doc: update checkbox label in backporting guide

Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: https://github.com/nodejs/node/pull/39420
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/39453/head
Darshan Sen 2021-07-17 21:18:28 +05:30 committed by James M Snell
parent a73fcda570
commit 3cbaabc462
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ replace that with the staging branch for the targeted release line.
1. Include the backport target in the pull request title in the following 1. Include the backport target in the pull request title in the following
format: `[v10.x backport] <commit title>`. format: `[v10.x backport] <commit title>`.
Example: `[v10.x backport] process: improve performance of nextTick` Example: `[v10.x backport] process: improve performance of nextTick`
1. Check the checkbox labeled "Allow edits from maintainers". 1. Check the checkbox labeled "Allow edits and access to secrets by
maintainers".
1. In the description add a reference to the original pull request. 1. In the description add a reference to the original pull request.
1. Amend the commit message and include a `Backport-PR-URL:` metadata and 1. Amend the commit message and include a `Backport-PR-URL:` metadata and
re-push the change to your fork. re-push the change to your fork.