You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en/get-involved/development.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ layout: contribute.hbs
17
17
-[Release Process and Branching Model](#release-process-and-branching-model)
18
18
-[Release Versioning](#release-versioning)
19
19
-[Release Process for Master](#release-process-for-master)
20
-
-[Long Term Support Working Group](#long-term-support-working-group-roadmap)
20
+
-[Release Working Group](#release-working-group-roadmap)
21
21
-[Issues Workflow](#issues-workflow)
22
22
-[Stability Policy](#stability-policy)
23
23
-[Implicit vs. Explicit API Stability](#implicit-vs-explicit-api-stability)
@@ -147,9 +147,9 @@ Before a new *semver-major*, `master` is branched for maintenance of the prior m
147
147
148
148
```
149
149
150
-
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Long Term Support (LTS) Working Group. The LTS Working Group will establish policies for landing Pull Requests into maintenance branches.
150
+
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Release Working Group. The Release will establish policies for landing Pull Requests into maintenance branches.
151
151
152
-
The LTS Working Group may choose to use its own tags to identify LTS Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The LTS Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152
+
The Release may choose to use its own tags to identify Long Term Support (LTS) Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The Release Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
153
153
154
154
Additionally there are branches for stable release lines prior to 1.0 of minor versions. Example: `v0.8.x`, `v0.10.x`, `v0.12.x`.
155
155
@@ -176,9 +176,9 @@ Master must pass a full CI test run prior to release.
176
176
177
177
If master contains changes which are tagged *semver-minor* then the release should bump the minor version otherwise it is a patch release.
178
178
179
-
## Long Term Support Working Group Roadmap
179
+
## Release Working Group Roadmap
180
180
181
-
The LTS WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the LTS WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
181
+
The Release WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the Release WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
* Double check Pull Requests to make sure the author's full name and email address are correct before merging.
105
105
* Verify that every commit passes all tests.
106
+
* The [core-validate-commit](https://github.com/evanlucas/core-validate-commit) command validates the commit message for a particular commit in node core.
106
107
107
108
### Issue and Pull Request Tagging
108
109
@@ -146,9 +147,9 @@ Before a new *semver-major*, `master` is branched for maintenance of the prior m
146
147
147
148
```
148
149
149
-
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Long Term Support (LTS) Working Group. The LTS Working Group will establish policies for landing Pull Requests into maintenance branches.
150
+
Modifications to maintenance branches are limited to bug fixes, with priority given to changes that address specific security vulnerabilities. Oversight of the maintenance branches belongs to the Release Working Group. The Release will establish policies for landing Pull Requests into maintenance branches.
150
151
151
-
The LTS Working Group may choose to use its own tags to identify LTS Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The LTS Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152
+
The Release may choose to use its own tags to identify Long Term Support (LTS) Release Candidates and LTS Releases and can choose to create additional maintenance branches if need arises. The Release Working Group may also choose to use extended version metadata for tracking changes that land within maintenance branches.
152
153
153
154
Additionally there are branches for stable release lines prior to 1.0 of minor versions. Example: `v0.8.x`, `v0.10.x`, `v0.12.x`.
154
155
@@ -175,9 +176,9 @@ Master must pass a full CI test run prior to release.
175
176
176
177
If master contains changes which are tagged *semver-minor* then the release should bump the minor version otherwise it is a patch release.
177
178
178
-
## Long Term Support Working Group Roadmap
179
+
## Release Working Group Roadmap
179
180
180
-
The LTS WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the LTS WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
181
+
The Release WG is expected to establish a regular and predictable cadence of LTS Releases. To this end, the Release WG must maintain and regularly publish a clear Roadmap that outlines the priorities and milestones for upcoming LTS Releases. The goal of the Roadmap is to help guide the project's evolution as opposed to constraining it.
0 commit comments