Skip to content

Commit 3ceccdc

Browse files
committed
doc: update deprecations info in COLLABORATOR_GUIDE
The deprecations section in the COLLABORATOR_GUIDE is a bit long-winded and repetitive. It also includes some aspirational items that appear worded to create "an impression that a specific or meaningful statement has been made, when instead only a vague or ambiguous claim has actually been communicated." (Putting it in quotes because I'm copying it from Wikipedia.) This commit edits the text to make it more concise and meaningful.
1 parent 2749460 commit 3ceccdc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,8 @@ Runtime Deprecation cycle. However, there is no requirement that deprecated
463463
code must progress ultimately to *End-of-Life*. Documentation-only and runtime
464464
deprecations may remain indefinitely.
465465

466-
A best effort will be made to communicate pending deprecations and associated
467-
mitigations with the ecosystem as soon as possible (preferably before the pull
468-
request adding the deprecation lands on the master branch). All deprecations
469-
included in a Node.js release should be listed prominently in the "Notable
470-
Changes" section of the release notes.
466+
Use the `notable-change` label on all pull requests that add a new deprecation
467+
or move an existing deprecation to a new deprecation level.
471468

472469
### Involving the TSC
473470

0 commit comments

Comments
 (0)