Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6b5b8d

Browse filesBrowse files
mhdawsonBethGriggs
authored andcommitted
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 <mdawson@devrus.com> PR-URL: #41408 Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 6370b4d commit f6b5b8d
Copy full SHA for f6b5b8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

53 files changed

+58
-60
lines changed
Open diff view settings
Collapse file

‎.github/CODEOWNERS‎

Copy file name to clipboardExpand all lines: .github/CODEOWNERS
+2-4Lines changed: 2 additions & 4 deletions
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
Expand file

‎.github/PULL_REQUEST_TEMPLATE.md‎

Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Collapse file

‎.github/workflows/auto-start-ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/auto-start-ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Runs every five minutes (fastest the scheduler can run). Five minutes is
66
# optimistic, it can take longer to run.
77
# To understand why `schedule` is used instead of other events, refer to
8-
# ./doc/guides/commit-queue.md
8+
# ./doc/contributing/commit-queue.md
99
- cron: "*/5 * * * *"
1010

1111
env:
Expand file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-13Lines changed: 13 additions & 13 deletions
  • Display the source diff
  • Display the rich diff
Expand file

‎GOVERNANCE.md‎

Copy file name to clipboardExpand all lines: GOVERNANCE.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,14 +997,14 @@ endif
997997
.PHONY: release-only
998998
release-only: check-xz
999999
@if [ "$(DISTTYPE)" = "release" ] && `grep -q REPLACEME doc/api/*.md`; then \
1000-
echo 'Please update REPLACEME tags in the following doc/api/*.md files (See doc/guides/releases.md):\n' ; \
1000+
echo 'Please update REPLACEME tags in the following doc/api/*.md files (See doc/contributing/releases.md):\n' ; \
10011001
REPLACEMES="$(shell grep -l REPLACEME doc/api/*.md)" ; \
10021002
echo "$$REPLACEMES\n" | tr " " "\n" ; \
10031003
exit 1 ; \
10041004
fi
10051005
@if [ "$(DISTTYPE)" = "release" ] && \
10061006
`grep -q DEP...X doc/api/deprecations.md`; then \
1007-
echo 'Please update DEP...X in doc/api/deprecations.md (See doc/guides/releases.md)' ; \
1007+
echo 'Please update DEP...X in doc/api/deprecations.md (See doc/contributing/releases.md)' ; \
10081008
exit 1 ; \
10091009
fi
10101010
@if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
Expand file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Expand file

‎benchmark/README.md‎

Copy file name to clipboardExpand all lines: benchmark/README.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Expand file

‎deps/openssl/README.md‎

Copy file name to clipboardExpand all lines: deps/openssl/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.