doc: use imperative in COLLABORATOR_GUIDE
Instead of wording the paragraph about communicating deprecations with the ecosystem as if it were directed at the ecosystem, write it as in imperative directed at the collaborator, since that is the audience for the COLLABORATOR_GUIDE. Instead of assuring the reader that a best effort will be made, instruct the reader to make the effort to communicate with the ecosystem. PR-URL: https://github.com/nodejs/node/pull/21340 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
452d73df23
commit
b6b019f37b
@ -463,11 +463,11 @@ Runtime Deprecation cycle. However, there is no requirement that deprecated
|
|||||||
code must progress ultimately to *End-of-Life*. Documentation-only and runtime
|
code must progress ultimately to *End-of-Life*. Documentation-only and runtime
|
||||||
deprecations may remain indefinitely.
|
deprecations may remain indefinitely.
|
||||||
|
|
||||||
A best effort will be made to communicate pending deprecations and associated
|
Communicate pending deprecations and associated mitigations with the ecosystem
|
||||||
mitigations with the ecosystem as soon as possible (preferably before the pull
|
as soon as possible (preferably before the pull request adding the deprecation
|
||||||
request adding the deprecation lands on the master branch). All deprecations
|
lands on the master branch). Use the `notable-change` label on all pull requests
|
||||||
included in a Node.js release should be listed prominently in the "Notable
|
that add a new deprecation or move an existing deprecation to a new deprecation
|
||||||
Changes" section of the release notes.
|
level.
|
||||||
|
|
||||||
### Involving the TSC
|
### Involving the TSC
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user