Skip to content

Commit 5c70dc0

Browse files
authored
docs: added punctuation (#997)
1 parent b3f411c commit 5c70dc0

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

GOVERNANCE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ WG seats are not time-limited. There is no fixed size of the WG.
5454
There is no specific set of requirements or qualifications
5555
for WG membership beyond these rules.
5656

57-
The WG may add additional members to the WG by consensus(defined
57+
The WG may add additional members to the WG by consensus (defined
5858
as no objections, more than 50% of the members participating in the
5959
discussion, and all those participating in the discussion agreeing).
6060

6161
A WG member may be removed from the WG by voluntary resignation,
6262
or by unanimous consensus of all other WG members. If a member is
63-
removed from the WG then they are also removed from all WG teams
63+
removed from the WG, then they are also removed from all WG teams
6464
(including the Releasers team).
6565

6666
Changes to WG membership should be posted in the agenda, and may be
@@ -101,7 +101,7 @@ added to the next meeting's agenda by logging a GitHub Issue.
101101
Any Collaborator, WG member or the moderator can add the item
102102
to the agenda by adding the WG-agenda tag to the issue.
103103

104-
Prior to each WG meeting the moderator will share the Agenda with
104+
Prior to each WG meeting, the moderator will share the Agenda with
105105
members of the WG. WG members can add any items they like to the
106106
agenda at the beginning of each meeting.
107107

@@ -118,7 +118,7 @@ The WG follows a Consensus Seeking decision-making model.
118118
When an agenda item has appeared to reach a consensus the moderator
119119
will ask "Does anyone object?" as a final call for dissent from the consensus.
120120

121-
If an agenda item cannot reach a consensus a WG member can call for either a
121+
If an agenda item cannot reach a consensus, a WG member can call for either a
122122
closing vote or a vote to table the issue to the next meeting. The call for
123123
a vote must be seconded by a majority of the WG or else the
124124
discussion will continue. Simple majority wins.
@@ -130,22 +130,22 @@ See "WG Membership" above.
130130

131131
While participation in the Working Group (WG) is open, the role of a releaser is considered critical within the Node.js Org. As per our policy, it is expected that a releaser either be an existing collaborator or someone soon to be nominated. To facilitate a smoother process for future nominations, it is recommended not to self-nominate as a releaser. Instead, it is advised to approach the releasers team directly in private. This allows the team to assist you in preparing your nomination and facilitates internal discussions at nodejs/releasers team.
132132

133-
When considering adding a new releaser an email should be sent to the
133+
When considering adding a new releaser, an email should be sent to the
134134
[Technical Steering Committee](https://github.com/nodejs/tsc) for approval.
135-
After approval the nominee will be assigned a mentor from the releasers team
135+
After approval, the nominee will be assigned a mentor from the releasers team
136136
to help walk them through the process to learn how to prepare a release.
137137

138138
The nominee will then be expected to prepare one release on any active release
139139
line, which can be tagged, signed and promoted by any other existing member of
140-
the releasers team. After this release the nominee will be considered a full
140+
the releasers team. After this release, the nominee will be considered a full
141141
member of the releasers team. The first release promoted by a new releasers
142142
team member must have a mentor from the current releasers team available to
143143
support during the process.
144144

145-
At any point during this process any member of the Release WG can raise an
145+
At any point during this process, any member of the Release WG can raise an
146146
objection to the TSC.
147147

148-
After the nominee's first prepared release has been promoted the new releaser must:
148+
After the nominee's first prepared release has been promoted, the new releaser must:
149149

150150
* Be added to the GitHub [releasers team](https://github.com/orgs/nodejs/teams/releasers) in the Node.js org (grants ci-release access)
151151
* Be added to the GitHub [security-release team](https://github.com/orgs/nodejs/teams/security-release) in the Node.js and nodejs-private orgs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ should happen after the new major version is released.
114114
Every even (LTS) major version will be actively maintained for 12 months from
115115
the date it enters LTS coverage. Following those 12 months of active support,
116116
the major version will transition into "maintenance" mode for 18 months. Prior
117-
to Node.js 12 the active period was 18 months and the maintenance period 12
117+
to Node.js 12, the active period was 18 months and the maintenance period 12
118118
months. See [Releases Phases](#release-phases) for details of which changes
119119
are expected to land during each release phase.
120120

doc/release-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance related to the management of Node.js releases and the release schedule.
66

77
# Updating the Release Schedule
88

9-
When making amendments to the release schedule the following files in this repository should be updated:
9+
When making amendments to the release schedule, the following files in this repository should be updated:
1010
* `schedule.json` - The JSON file should be updated to reflect the added or amended dates/entries.
1111
* `README.md` - The [Release Schedule Table](https://github.com/nodejs/Release#release-schedule) should be updated.
1212
* `schedule.svg` - The timeline graphic should be regenerated. See [Updating the schedule.svg](#updating-the-schedulesvg)

0 commit comments

Comments
 (0)