Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2017-02-01 14:56:41 +0300
committerGibson Fahnestock <gibfahn@gmail.com>2017-04-16 16:39:37 +0300
commitece9ab55067c7d6ca20b8295eb0c1f2451e8729c (patch)
tree4a766eef5db31a9dd3e3d550be0d918e09c481c4 /COLLABORATOR_GUIDE.md
parent28326ad0030f33c31c5cc5185f2611e9cfbbc98a (diff)
doc: add guide for backporting prs
This guide should help answer questions for contributors that are not familiar with the backport process. PR-URL: https://github.com/nodejs/node/pull/11099 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 4ce11257b70..a7cdc6c3585 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -540,7 +540,8 @@ LTS release.
When you send your pull request, consider including information about
whether your change is breaking. If you think your patch can be backported,
-please feel free to include that information in the PR thread.
+please feel free to include that information in the PR thread. For more
+information on backporting, please see the [backporting guide][].
Several LTS related issue and PR labels have been provided:
@@ -567,3 +568,5 @@ When the LTS working group determines that a new LTS release is required,
selected commits will be picked from the staging branch to be included in the
release. This process of making a release will be a collaboration between the
LTS working group and the Release team.
+
+[backporting guide]: doc/guides/backporting-to-release-lines.md