Skip to content

Commit bc86208

Browse files
Trotttargos
authored andcommitted
doc: revise premature disclosure text in collaborator guide
Avoid abbreviations and jargon. PR -> pull request, repo -> repository, etc. PR-URL: #37524 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 4cc7645 commit bc86208

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/guides/collaborator-guide.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,17 @@ describing a security issue, take the following steps:
101101
[SECURITY.md][security reporting].
102102
* Move the issue to the private repo called
103103
[premature-disclosures](https://github.com./nodejs/premature-disclosures).
104-
* For any related pull requests create an associated issue in the
105-
`premature-disclosures` repo and add a copy of the patch for the
106-
pull request, and screenshots of discussion on the PR to the issue.
107-
* Open a ticket with GitHub asking that the PRs be deleted through
104+
* For any related pull requests, create an associated issue in the
105+
`premature-disclosures` repository. Add a copy of the patch for the
106+
pull request to the issue. Add screenshots of discussion from the pull request
107+
to the issue.
108+
* Open a ticket with GitHub asking that the pull requests be deleted through
108109
[GitHub suppport](https://support.github.com./contact)
109110
using Node.js(team) as the account organization.
110111
* Open a new issue in the repository in which the issue was originally
111-
reported with a brief FYI to the originator. `FYI @xxxx we asked github
112-
to delete your PR while we work on releases in private.` with the title
113-
`FYI - PR deleted #YYYY`.
112+
reported with a brief FYI to the originator: "FYI @xxxx we asked GitHub
113+
to delete your pull request while we work on releases in private." with the
114+
title `FYI - pull request deleted #YYYY`.
114115
* Email `[email protected]` with the link to the issues in the
115116
`premature-disclosures` repo so that the TSC is aware that they
116117
may need to expedite handling of the issue due to premature

0 commit comments

Comments
 (0)