Skip to content

Commit 5ac6f2a

Browse files
Merge pull request #168 from Aaronepower/master
Add State Of Rust triage procedure
2 parents 2222bbe + 3b9948a commit 5ac6f2a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

triage-procedure.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,37 @@ will be made available to anyone. After 14 days re-add the help tag and
240240
deassign them if necessary.
241241

242242
[list of untagged issues]: https://github.com/rust-lang/rust/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20sort%3Acreated-asc%20-label%3AC-feature-request%20-label%3AC-enhancement%20-label%3AC-cleanup%20-label%3AC-bug%20-label%3AC-tracking-issue%20-label%3AC-future-compatibility%20-label%3AC-question%20-label%3AC-feature-accepted
243+
244+
# State Of Rust Triage
245+
246+
1. Visit the [State Of Rust] project page. Each card has three pieces of
247+
information.
248+
* “Feature” — The name of the feature with a link to the tracking issue.
249+
* “What’s next?” — What we are waiting on to implement and stabilise
250+
the RFC.
251+
* “Last Update” — The last time this card has been triaged.
252+
2. For each card that you choose to triage:
253+
3. Visit the respective tracking issue, and any related issues that the tracking
254+
issue is recently mentioned in.
255+
4. If the “What’s next?” on the card does not match what you think the current
256+
state is, update it with the new information.
257+
5. If the implementation of an RFC has changed since the last update, move it to
258+
the relevant column.
259+
* If there are PRs merged that implement the RFC the card would move
260+
to “Implemented”.
261+
* If there are only open PRs or the PRs don’t implement the full RFC the
262+
card would be moved to “Implementation in progress”.
263+
* If there has been a decision to deprecate the RFC, move that to the
264+
“Deprecated” column.
265+
6. If there have been no meaningful changes to the RFC within 21 days,
266+
ping someone for an update on the status of the feature.
267+
* If there have been PRs implementing the RFC, ping the author(s).
268+
* If author has not responded within a week, or there are no relevant PRs,
269+
ping the relevant team.
270+
* If there is no clear choice for the team that should be doing the
271+
implementation, please add this to release team meeting notes (which
272+
can be found in the #rust-release IRC channel).
273+
7. Update the date on the “Last update” and move that to the bottom of
274+
the column.
275+
276+
[State Of Rust]: https://github.com/rust-lang/rust/projects/8

0 commit comments

Comments
 (0)