Skip to content

Commit 0f050d4

Browse files
gireeshpunathiladdaleax
authored andcommitted
doc: introduce a triager role
The role helps triaging issue backlogs effectively Fixes: #34054 Refs: nodejs/TSC#891 PR-URL: #34295 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 857ba90 commit 0f050d4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/guides/contributing/issues.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,22 @@ around it. Some contributors may have differing opinions about the issue,
8989
including whether the behavior being seen is a bug or a feature. This discussion
9090
is part of the process and should be kept focused, helpful, and professional.
9191

92+
The objective of helping with triaging issues (in core and help repos) is to
93+
help reduce the issue backlog and keep the issue tracker healthy, while enabling
94+
newcomers another meaningful way to get engaged and contribute.
95+
96+
Anyone with a reasonable understanding of Node.js programming and the
97+
project's GitHub organization plus a few contributions to the project
98+
(commenting on issues or PRs) can apply for and become a triager. Open a PR
99+
on the README.md of this project with: i) a request to be added as a triager,
100+
ii) the motivation for becoming a triager, and iii) agreement on reading,
101+
understanding, and adhering to the project's [Code Of Conduct](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md).
102+
103+
The triage role enables the ability to carry the out most common triage
104+
activities, such as applying labels and close/repoening/assigning issues.
105+
For more information on the roles and permissions, see ["Permission levels for
106+
repositories owned by an organization"](https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization#permission-levels-for-repositories-owned-by-an-organization).
107+
92108
## Resolving a Bug Report
93109

94110
In the vast majority of cases, issues are resolved by opening a Pull Request.

0 commit comments

Comments
 (0)