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
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-02-26 16:27:32 +0300
committerMichaël Zasso <targos@protonmail.com>2021-03-02 16:08:48 +0300
commitbc86208a0afd5988735ad18d344a96f1a8746445 (patch)
tree3cad89a47ef623de77a7e7430b01325c7ef39121 /doc
parent4cc76457d939ccf2bf6008a262d94229c704525a (diff)
doc: revise premature disclosure text in collaborator guide
Avoid abbreviations and jargon. PR -> pull request, repo -> repository, etc. PR-URL: https://github.com/nodejs/node/pull/37524 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/collaborator-guide.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md
index 8629f4b6653..740393dcd47 100644
--- a/doc/guides/collaborator-guide.md
+++ b/doc/guides/collaborator-guide.md
@@ -101,16 +101,17 @@ describing a security issue, take the following steps:
[SECURITY.md][security reporting].
* Move the issue to the private repo called
[premature-disclosures](https://github.com/nodejs/premature-disclosures).
-* For any related pull requests create an associated issue in the
- `premature-disclosures` repo and add a copy of the patch for the
- pull request, and screenshots of discussion on the PR to the issue.
-* Open a ticket with GitHub asking that the PRs be deleted through
+* For any related pull requests, create an associated issue in the
+ `premature-disclosures` repository. Add a copy of the patch for the
+ pull request to the issue. Add screenshots of discussion from the pull request
+ to the issue.
+* Open a ticket with GitHub asking that the pull requests be deleted through
[GitHub suppport](https://support.github.com/contact)
using Node.js(team) as the account organization.
* Open a new issue in the repository in which the issue was originally
- reported with a brief FYI to the originator. `FYI @xxxx we asked github
- to delete your PR while we work on releases in private.` with the title
- `FYI - PR deleted #YYYY`.
+ reported with a brief FYI to the originator: "FYI @xxxx we asked GitHub
+ to delete your pull request while we work on releases in private." with the
+ title `FYI - pull request deleted #YYYY`.
* Email `tsc@iojs.org` with the link to the issues in the
`premature-disclosures` repo so that the TSC is aware that they
may need to expedite handling of the issue due to premature