| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d89a83c commit 2781f64
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,7 +5,24 @@ | |||
| 5 | 5 | # 3. PRs touching any code with a codeowner must be signed off by at least one | |
| 6 | 6 | # person on the code owner team. | |
| 7 | 7 | ||
| 8 | + # tsc & commcomm | ||
| 9 | + | ||
| 8 | 10 | /.github/CODEOWNERS @nodejs/tsc | |
| 11 | + /GOVERNANCE.md @nodejs/tsc | ||
| 12 | + /onboarding.md @nodejs/tsc | ||
| 13 | + /CODE_OF_CONDUCT.md @nodejs/tsc @nodejs/community-committee | ||
| 14 | + /CONTRIBUTING.md @nodejs/tsc @nodejs/community-committee | ||
| 15 | + /LICENSE @nodejs/tsc @nodejs/community-committee | ||
| 16 | + /docs/guides/contributing/code-of-conduct.md @nodejs/tsc @nodejs/community-committee | ||
| 17 | + # TODO(mmarchini): the bot doens't have a notion of precedence, that might | ||
| 18 | + # change when move the codeowners code to an Action, at which point we can | ||
| 19 | + # uncomment the line below | ||
| 20 | + # /docs/guides/contributing/*.md @nodejs/tsc | ||
| 21 | + /docs/guides/contributing/issues.md @nodejs/tsc | ||
| 22 | + /docs/guides/contributing/pull-requests.md @nodejs/tsc | ||
| 23 | + /docs/guides/collaborator-guide.md @nodejs/tsc | ||
| 24 | + /docs/guides/offboarding.md @nodejs/tsc | ||
| 25 | + /docs/guides/onboarding-extras.md @nodejs/tsc | ||
| 9 | 26 | ||
| 10 | 27 | # net | |
| 11 | 28 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments