You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,10 @@ We follow the Conventional Commits specification: https://www.conventionalcommit
78
78
79
79
## Codeowners
80
80
81
-
The codeowners for this repository are listed in the [CODEOWNERS](/.github/CODEOWNERS) file. Please update it as necessary when making changes to the codebase.
81
+
The codeowners for this repository are listed in the [CODEOWNERS](/.github/CODEOWNERS) file.
82
+
CODEOWNERS records ongoing review responsibility; it is not a list of every contributor.
83
+
Do not add yourself only because you opened a pull request. Maintainers may add recurring
84
+
contributors when they take ownership of an area.
82
85
83
86
Conventions and tips you should follow when editing the CODEOWNERS file:
84
87
@@ -87,6 +90,9 @@ Conventions and tips you should follow when editing the CODEOWNERS file:
87
90
- Only `CODEOWNERS`, `.github/CODEOWNERS`, or `docs/CODEOWNERS` are recognized by GitHub.
88
91
- Use @org/team for teams.
89
92
93
+
External contributors who are not listed receive an informational pull request comment. The
94
+
CODEOWNERS check only blocks malformed rules or owner references that GitHub cannot resolve.
`Thanks for contributing. You are not currently listed in \`${codeownersPath}\`.`,
277
+
'',
278
+
'You do **not** need to add yourself for this pull request. CODEOWNERS represents ongoing review responsibility, not a list of everyone who has contributed.',
279
+
'',
280
+
'A maintainer can add you later if you take recurring ownership of an area.',
0 commit comments