Skip to content

Commit debac54

Browse files
author
Aaron Power
committed
Add State Of Rust triage procedure
1 parent 7c23610 commit debac54

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

triage-procedure.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,29 @@ and add tags as you see fit. The following categories should, ideally, be assign
234234
- If applicable, add platform tags (O-). It's fine to add more than one.
235235

236236
[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
237+
238+
# State Of Rust Triage
239+
240+
1. Visit the [State Of Rust] project page. Each card has three pieces of
241+
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
244+
the RFC.
245+
3. “Last Update” — The last time this card has been triaged.
246+
2. For each card that you choose to triage.
247+
3. Visit the respective tracking issue, and any related issues that the tracking
248+
issue is recently mentioned in.
249+
4. If the “What’s next?” on the card does not match what you think the current
250+
state is, update it with the new information.
251+
5. If the implementation of an RFC has changed since the last update, move it to
252+
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
260+
the column.
261+
262+
[State Of Rust]: https://github.com/rust-lang/rust/projects/8

0 commit comments

Comments
 (0)