Skip to content

Commit e0e0882

Browse files
authored
Update triage-procedure.md
1 parent debac54 commit e0e0882

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

triage-procedure.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,24 +239,32 @@ and add tags as you see fit. The following categories should, ideally, be assign
239239

240240
1. Visit the [State Of Rust] project page. Each card has three pieces of
241241
information.
242-
1. “Feature” — The name of the feature with a link to the tracking issue.
243-
2. “What’s next?” — What we are waiting on to implement and stabilise
242+
* “Feature” — The name of the feature with a link to the tracking issue.
243+
* “What’s next?” — What we are waiting on to implement and stabilise
244244
the RFC.
245-
3. “Last Update” — The last time this card has been triaged.
245+
* “Last Update” — The last time this card has been triaged.
246246
2. For each card that you choose to triage.
247247
3. Visit the respective tracking issue, and any related issues that the tracking
248248
issue is recently mentioned in.
249249
4. If the “What’s next?” on the card does not match what you think the current
250250
state is, update it with the new information.
251251
5. If the implementation of an RFC has changed since the last update, move it to
252252
the relevant column.
253-
1. If there are PRs merged that implement the RFC the card would move
254-
to “Implemented”.
255-
2. If there are only open PRs or the PRs don’t implement the full RFC the
256-
card would be moved to “Implementation in progress”.
257-
3. If there has been a decision to deprecate the RFC, move that to the
258-
“Deprecated” column.
259-
6. Update the date on the “Last update” and move that to the bottom of
253+
1. If there are PRs merged that implement the RFC the card would move
254+
to “Implemented”.
255+
2. If there are only open PRs or the PRs don’t implement the full RFC the
256+
card would be moved to “Implementation in progress”.
257+
3. If there has been a decision to deprecate the RFC, move that to the
258+
“Deprecated” column.
259+
6. If there have been no meaningful changes to the RFC within 21 days you need
260+
to ping someone for an update on the status of the PR.
261+
* If there have been PRs implementing the RFC, ping the author.
262+
* If author has not responded within a week, or there are no relevant PRs.
263+
You should ping the relevant team.
264+
* If there iss no clear choice for the team that should be doing the
265+
implementation, ping the team and/or individual(s) responsible for
266+
the RFC.
267+
7. Update the date on the “Last update” and move that to the bottom of
260268
the column.
261269

262270
[State Of Rust]: https://github.com/rust-lang/rust/projects/8

0 commit comments

Comments
 (0)