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: doc/guides/contributing/issues.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,22 @@ around it. Some contributors may have differing opinions about the issue,
89
89
including whether the behavior being seen is a bug or a feature. This discussion
90
90
is part of the process and should be kept focused, helpful, and professional.
91
91
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
+
92
108
## Resolving a Bug Report
93
109
94
110
In the vast majority of cases, issues are resolved by opening a Pull Request.
0 commit comments