Actions

Difference between revisions of "Developer Area/Developer Meetings/Chair Duties"

From Mahara Wiki

< Developer Area‎ | Developer Meetings
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<div id="section_1">
 
<div id="section_1">
 +
 +
Since we have stopped using the IRC meetings, we now need the chair role to lead the meeting and a minute taker to keep track of the discussion and take minutes.
 +
  
 
===Before the meeting===
 
===Before the meeting===
  
 +
'''Chair'''
 
* Hint: "watch" the agenda wiki page to receive email notifications when someone adds something to it
 
* Hint: "watch" the agenda wiki page to receive email notifications when someone adds something to it
 
* '''1 week before''' the meeting, send a reminder to the developer forum.
 
* '''1 week before''' the meeting, send a reminder to the developer forum.
 
* '''1 day before''' the meeting, send a reminder to the developer forum.
 
* '''1 day before''' the meeting, send a reminder to the developer forum.
* '''The day of the meeting'''
+
* '''The day of the meeting''': Pick the proposed date and time for the next meeting (to be discussed at the end of the meeting).
** Make sure [[Developer Area/Developer Meetings/MeetBot|MeetBot]] is running. You should see a user named "mahara-meetbot" in the #mahara-dev channel.
+
 
*** If it's not there, ask a developer to make sure it's running.
 
*** If no one can start it up, have someone save their IRC logs, and they can be processed by MeetBot in offline mode later.
 
** In order to save typing time, have the text for the agenda topics as well as "Items from last meeting" prepared so that you just need to copy and paste them.
 
** Pick the proposed date and time for the next meeting (to be discussed at the end of the meeting).
 
  
 
===During the meeting===
 
===During the meeting===
  
* Open the meeting with '''#startmeeting''' followed by a title for the meeting, e.g.: "#startmeeting 53rd Mahara Developer meeting"
+
'''Chair'''
* Start by asking participants to state their name at the beginning of the meeting, preceeding it with '''#info'''. Those participants who say something in the meeting are listed at the bottom of the minutes, but others may not say anything, but are still present.
+
* Open the meeting
* If a participant writes something that should appear in the minutes, repeat / rephrase it either with #idea or #info depending on the context if he hasn't done so himself.
+
* Start by asking participants to state their name at the beginning of the meeting.
* If there are long silences, try to ask questions to elicit comments or state that you are moving on to the next topic.
+
* Lead the meeting and give people the floor for what they want to discuss, keep track of time, and move onto the next topics.
* When the meeting is done, close it with '''#endmeeting'''
+
* Close the meeting when it's done.
  
==== Meetbot chair commands ====
+
'''Minute taker'''
* The full documentation of MeetBot is online here: http://meetbot.debian.net/Manual.html manual. The main commands we use are:
+
* If a participant says something that should appear in the minutes, capture that in the minutes. Where possible link to bug reports, documentation, code review items etc. if mentioned to find them easily.
** #startmeeting [topic]: Use this at the beginning to start the bot recording and declare yourself the chair
+
* Take notes about topics, ideas, general information, agreed items, and actions to be taken.
** #topic : Introduce a new topic
 
** #idea : Used if someone introduces a new Mahara idea
 
** #info : Generic info you want to show up in the minutes
 
** #agreed : Use this to indicate when an agreement is reached
 
** #action : Use this when someone is assigned an action item
 
** #link : Use this to highlight a URL
 
** #undo : Undoes the last minute item, but only the chair can do this.
 
** #endmeeting: Closes the meeting, and generates and uploads the meeting minutes files.
 
  
 
===After the meeting===
 
===After the meeting===
  
* If #mahara-meetbot was running, it should automatically upload the logs into [https://git.mahara.org/info/mahara-minutes git repo] and [http://meetbot.mahara.org meetbot.mahara.org]
+
'''Minute taker'''
** If not, then send the logs to a developer to run MeetBot in offline mode and upload them.
+
* Add links to the minutes on the [[Developer Area/Developer Meetings|Developer Meetings]] page.
* Add links to the Minutes and IRC Log on the [[Developer Area/Developer Meetings|Developer Meetings]] page.
+
* Create an entry for the next meeting on the same page along with an empty agenda page.
* Create an entry for the next meeting on the same page along with an empty Agenda page.
+
* In the forum thread for the meeting that just passed, make a new post and let people know where to find the minutes from the meeting and announce the next meeting, linking to the empty agenda page. You may also put a link to the specific [http://www.timeanddate.com/worldclock/fixedform.html worldclock] page with the meeting times shown in different time zones.
* Announce the date (on the developer forum) for the next meeting (linking to the empty Agenda page, you may put a link to [http://www.timeanddate.com/worldclock/fixedform.html worldclock]) and link to the minutes of the meeting that just ended.
+
 
  
 
===Additional suggestions===
 
===Additional suggestions===
Line 47: Line 39:
  
 
===Useful links===
 
===Useful links===
* [https://mahara.org/interaction/forum/topic.php?id=3802 Developer Meeting Guidelines] discussion on the forum.
+
 
* https://wiki.mahara.org/wiki/Developer_Area/Developer_Meetings/MeetBot for info about running the bot
+
[https://mahara.org/interaction/forum/topic.php?id=3802 Developer Meeting Guidelines] discussion on the forum.

Revision as of 16:51, 13 September 2019

Since we have stopped using the IRC meetings, we now need the chair role to lead the meeting and a minute taker to keep track of the discussion and take minutes.


Before the meeting

Chair

  • Hint: "watch" the agenda wiki page to receive email notifications when someone adds something to it
  • 1 week before the meeting, send a reminder to the developer forum.
  • 1 day before the meeting, send a reminder to the developer forum.
  • The day of the meeting: Pick the proposed date and time for the next meeting (to be discussed at the end of the meeting).


During the meeting

Chair

  • Open the meeting
  • Start by asking participants to state their name at the beginning of the meeting.
  • Lead the meeting and give people the floor for what they want to discuss, keep track of time, and move onto the next topics.
  • Close the meeting when it's done.

Minute taker

  • If a participant says something that should appear in the minutes, capture that in the minutes. Where possible link to bug reports, documentation, code review items etc. if mentioned to find them easily.
  • Take notes about topics, ideas, general information, agreed items, and actions to be taken.

After the meeting

Minute taker

  • Add links to the minutes on the Developer Meetings page.
  • Create an entry for the next meeting on the same page along with an empty agenda page.
  • In the forum thread for the meeting that just passed, make a new post and let people know where to find the minutes from the meeting and announce the next meeting, linking to the empty agenda page. You may also put a link to the specific worldclock page with the meeting times shown in different time zones.


Additional suggestions

  • Deadline for agenda items. Anything not added gets pushed to the next meeting
  • Have a future meeting agenda items page on the wiki (final row in the table) for items not going into the schedules meeting

Useful links

Developer Meeting Guidelines discussion on the forum.