@@ -9,6 +9,7 @@ in the [Backstage GitHub organization](https://github.com/backstage).
9
9
- [ Project Roles] ( #project-roles )
10
10
- [ Contributor] ( #contributor )
11
11
- [ Organization Member] ( #organization-member )
12
+ - [ Reviewer] ( #reviewer )
12
13
- [ Plugin Maintainer] ( #plugin-maintainer )
13
14
- [ Project Area Maintainer] ( #project-area-maintainer )
14
15
- [ Core Maintainer] ( #core-maintainer )
@@ -149,6 +150,43 @@ Open an issue towards
149
150
150
151
- Membership in the Backstage GitHub organization
151
152
153
+ ### Reviewer
154
+
155
+ A Reviewer is a Contributor who has shown a commitment to the project by
156
+ providing helpful and constructive feedback on pull requests. While anyone is
157
+ encouraged to review pull requests, a Reviewer is formally recognized as a
158
+ trusted voice in the review process. This role is a great way to contribute to
159
+ the project and can be a stepping stone towards becoming a maintainer.
160
+
161
+ #### Responsibilities
162
+
163
+ - Actively review pull requests, providing constructive, kind, and helpful
164
+ feedback.
165
+ - Follow the project's
166
+ [ reviewing guide] ( https://github.com/backstage/backstage/blob/master/REVIEWING.md ) .
167
+ - Help contributors get their PRs into a mergeable state.
168
+ - Help triage issues and apply labels where appropriate.
169
+
170
+ #### Requirements
171
+
172
+ - Has a track record of providing high-quality, constructive reviews on several
173
+ pull requests across the project.
174
+ - Demonstrates a good understanding of the project's coding conventions, values,
175
+ and best practices.
176
+ - Is supportive of new and occasional contributors and helps get useful PRs in
177
+ shape to merge.
178
+
179
+ #### Privileges
180
+
181
+ - May be formally requested for reviews on specific PRs.
182
+ - May be granted triage access to repositories to help manage issues and PRs.
183
+
184
+ #### Becoming a Reviewer
185
+
186
+ Contributors can be nominated by any Project Area or Core Maintainer. The
187
+ nomination is discussed and approved by the maintainers of the relevant project
188
+ area(s).
189
+
152
190
### Plugin Maintainer
153
191
154
192
A Plugin Maintainer is responsible for maintaining an individual Backstage
0 commit comments