Skip to content

Commit ed9bfbc

Browse files
committed
use triage procedure documented in the forge
1 parent 23e8d93 commit ed9bfbc

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

rfcs/0000-teams.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -71,32 +71,16 @@ The PR will be merged and the changes will be made effective.
7171
A special team named `triage` will be also be created. This team has the *very* important task of
7272
keeping the PR queues moving and making sure no PR gets stuck in the review limbo.
7373

74-
This team will consist of volunteers that will triage open PRs to rust-embedded repos on a weekly
75-
basis. When triaging the members of the `triage` team will assign or change reviewers, add or change
76-
the labels of the PR, and/or comment on the PRs; they will not review PRs while triaging.
74+
This team will consist of volunteers that will periodically triage open PRs to rust-embedded repos.
75+
When triaging the members of the `triage` team will assign or change reviewers, add or change the
76+
labels of the PR, and/or comment on the PRs; they will not review PRs while triaging.
7777

78-
#### The triaging process
78+
#### The triage procedure
7979

80-
The proposed triaging process is based on [the one used in the rust-lang/rust repo][rust-triage].
80+
The proposed triage procedure is [the one used to triage PRs in the rust-lang/rust
81+
repo][rust-triage].
8182

82-
[rust-triage]: https://github.com/rust-lang/rust/pulls
83-
84-
- Open PRs will get assigned one of these status label: `S-waiting-on-author` or
85-
`S-waiting-on-reviewer`.
86-
87-
- If the PR has no assigned reviewer assign a reviewer and set the `S-waiting-on-reviewer` label.
88-
89-
- If around a week has passed since a reviewer was assigned ping the reviewer to remind them about
90-
the PR.
91-
92-
- If the reviewer requested changes to the PR apply the `S-waiting-on-author` label.
93-
94-
- If around a week has passed since changes were requested ping the author to remind them that
95-
changes are needed.
96-
97-
- If the author made the requested changes change the label to `S-waiting-on-reviewer`.
98-
99-
- If the author hasn't responded to pings for over two weeks, close the PR.
83+
[rust-triage]: https://forge.rust-lang.org/triage-procedure.html
10084

10185
## Projects
10286

0 commit comments

Comments
 (0)