-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update minute-taking procedure for CTC #9425
Conversation
LGTM, it's hard to run a meeting and take notes at the same time. I didn't interpret the original as requiring a separate PR for each agenda item, but no matter with this change. |
You're right. It probably was not intended that way. |
@@ -142,8 +142,8 @@ items. | |||
The CTC may invite persons or representatives from certain projects to | |||
participate in a non-voting capacity. | |||
|
|||
The moderator is responsible for summarizing the discussion of each agenda item | |||
and sending it as a pull request after the meeting. | |||
The moderator is responsible for insuring that minutes are taken and that a pull |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should insuring be ensuring instead ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nit
The doc says that the CTC moderator is responsible for taking minutes and that the minutes for each agenda item should be a separate pull request. This change updates the doc to say that the moderator is responsible for making sure that notes are taken, but not necessarily taking the notes themselves. Furthermore, it removes the separate-pull-request requirement as that is not what happens in practice.
The doc says that the CTC moderator is responsible for taking minutes. This change updates the doc to say that the moderator is responsible for making sure that notes are taken, but not necessarily taking the notes themselves. PR-URL: nodejs#9425 Reviewed-By: Josh Gavant <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Landed in 7dd3fb8 |
The doc says that the CTC moderator is responsible for taking minutes. This change updates the doc to say that the moderator is responsible for making sure that notes are taken, but not necessarily taking the notes themselves. PR-URL: #9425 Reviewed-By: Josh Gavant <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
The doc says that the CTC moderator is responsible for taking minutes. This change updates the doc to say that the moderator is responsible for making sure that notes are taken, but not necessarily taking the notes themselves. PR-URL: #9425 Reviewed-By: Josh Gavant <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
The doc says that the CTC moderator is responsible for taking minutes. This change updates the doc to say that the moderator is responsible for making sure that notes are taken, but not necessarily taking the notes themselves. PR-URL: #9425 Reviewed-By: Josh Gavant <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Checklist
Affected core subsystem(s)
doc
Description of change
The doc says that the CTC moderator is responsible for taking minutes
and that the minutes for each agenda item should be a separate pull
request.
This change updates the doc to say that the moderator is responsible for
making sure that notes are taken, but not necessarily taking the notes
themselves. Furthermore, it removes the separate-pull-request
requirement as that is not what happens in practice.
@nodejs/ctc