@@ -71,32 +71,16 @@ The PR will be merged and the changes will be made effective.
71
71
A special team named ` triage ` will be also be created. This team has the * very* important task of
72
72
keeping the PR queues moving and making sure no PR gets stuck in the review limbo.
73
73
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.
77
77
78
- #### The triaging process
78
+ #### The triage procedure
79
79
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 ] .
81
82
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
100
84
101
85
## Projects
102
86
0 commit comments