diff options
author | Rich Trott <rtrott@gmail.com> | 2021-01-13 04:56:03 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2021-01-15 21:22:03 -0800 |
commit | 2afbfb0ac212c5a7fdaffeae03b232484c4bcdd0 (patch) | |
tree | 11e6f054f51d49356bc640f62f2cbd074dc27427 /CONTRIBUTING.md | |
parent | 88a5426e9c390b619ea966798bf8380c88cda81c (diff) | |
download | node-new-2afbfb0ac212c5a7fdaffeae03b232484c4bcdd0.tar.gz |
doc: remove resolving-a-bug-report from contributing docs
This section isn't particularly useful in this context and contributes
to making the document longer and less effective. This is part of a
larger effort to make the contributing docs brief, informative, and
friendly.
Refs: https://github.com/nodejs/TSC/issues/864#issuecomment-628646560
PR-URL: https://github.com/nodejs/node/pull/36905
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4ba35f625..c9f8b61cd1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,6 @@ See [details on our policy on Code of Conduct](./doc/guides/contributing/code-of * [Discussing non-technical topics](./doc/guides/contributing/issues.md#discussing-non-technical-topics) * [Submitting a Bug Report](./doc/guides/contributing/issues.md#submitting-a-bug-report) * [Triaging a Bug Report](./doc/guides/contributing/issues.md#triaging-a-bug-report) -* [Resolving a Bug Report](./doc/guides/contributing/issues.md#resolving-a-bug-report) ## [Pull Requests](./doc/guides/contributing/pull-requests.md) |