Skip to content

Commit a199387

Browse files
committedJan 18, 2022
doc: make contributing info more discoverable
There are been several discussions in recent PRs about the docs related to contributing not being very discoverable. Move these docs from doc/guides/ to doc/contributing. Signed-off-by: Michael Dawson <[email protected]> PR-URL: nodejs#41408 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 65910c0 commit a199387

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+58
-60
lines changed
 

‎.github/CODEOWNERS

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
/CODE_OF_CONDUCT.md @nodejs/tsc
1414
/CONTRIBUTING.md @nodejs/tsc
1515
/LICENSE @nodejs/tsc
16-
/doc/guides/contributing/*.md @nodejs/tsc
17-
/doc/guides/collaborator-guide.md @nodejs/tsc
18-
/doc/guides/offboarding.md @nodejs/tsc
16+
/doc/contributing/*.md @nodejs/tsc
1917

2018
# streams
2119

@@ -88,7 +86,7 @@
8886

8987
/src/node_api* @nodejs/node-api
9088
/src/js_native_api* @nodejs/node-api
91-
/doc/guides/adding-new-napi-api.md @nodejs/node-api
89+
/doc/contributing/adding-new-napi-api.md @nodejs/node-api
9290
/doc/api/n-api.md @nodejs/node-api
9391

9492
# gyp

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1

0 commit comments

Comments
 (0)
Please sign in to comment.