From Fedora Project Wiki
(→‎Fedora I18N Meetings: update to pagure instance)
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
All requests for considerations and tasks to be kept on track should be submitted as a ticket:
All requests for considerations and tasks to be kept on track should be submitted as a ticket:


* [https://fedorahosted.org/i18n/ Fedora I18N Ticketing System]
* [https://pagure.io/i18n/ Fedora I18N Ticketing System]
* [https://fedorahosted.org/i18n/newticket Enter New Ticket] (Set 'meeting' as Type if you want it to be a topic for next meeting.)
* [https://pagure.io/i18n/new_issue Enter New Ticket] (Set 'meeting' as Type if you want it to be a topic for next meeting.)


== meeting logs ==
== meeting logs ==
Line 12: Line 12:


== Meeting agendas ==
== Meeting agendas ==
[[Template:I18N/Meeting|Template]] is available. open a new agenda page with it or run [https://git.fedorahosted.org/cgit/i18n.git/tree/meeting/create-meeting-boilerplate.rb the script] and copy and paste the output to the wiki.
[[Template:I18N/Meeting|Template]] is available. open a new agenda page with it or run [https://pagure.io/i18n/blob/master/f/meeting/create-meeting-boilerplate.rb the script] and copy and paste the output to the wiki.


* [https://fedoraproject.org/w/index.php?title=Special:PrefixIndex&from=I18N/Meetings/2016 2016 meetings]
* [https://fedoraproject.org/w/index.php?title=Special:PrefixIndex&from=I18N/Meetings/2016 2016 meetings]
Line 27: Line 27:
We use [[Template:I18N/Meeting]] to make it easier to create. check it out what kind of parameters is needed to set up to see the appropriate agenda page.
We use [[Template:I18N/Meeting]] to make it easier to create. check it out what kind of parameters is needed to set up to see the appropriate agenda page.


The helper script is also available [http://git.fedorahosted.org/cgit/i18n.git/tree/meeting/create-meeting-boilerplate.rb here], which one don't need to do some works to generate the agenda, except updating the schedule, features and meeting logs. to create the agenda page, run the script like:
The helper script is also available [https://pagure.io/i18n/blob/master/f/meeting/create-meeting-boilerplate.rb here], which one don't need to do some works to generate the agenda, except updating the schedule, features and meeting logs. to create the agenda page, run the script like:
<pre>
<pre>
$ ./create-meeting-boilerplate.rb yyyy/mm/dd > out
$ ./create-meeting-boilerplate.rb yyyy/mm/dd > out

Revision as of 04:46, 30 November 2016

Our meetings are held on #fedora-meeting[?] on Wednesdays at 06:00 UTC.See the UTC Howto for instructions to convert UTC to your local time

Fedora I18N Meetings

All requests for considerations and tasks to be kept on track should be submitted as a ticket:

meeting logs

http://meetbot.fedoraproject.org/teams/i18n/

Meeting agendas

Template is available. open a new agenda page with it or run the script and copy and paste the output to the wiki.

How to create the agenda

We use Template:I18N/Meeting to make it easier to create. check it out what kind of parameters is needed to set up to see the appropriate agenda page.

The helper script is also available here, which one don't need to do some works to generate the agenda, except updating the schedule, features and meeting logs. to create the agenda page, run the script like:

$ ./create-meeting-boilerplate.rb yyyy/mm/dd > out

and just paste the content of out into the wiki.