@@ -239,24 +239,32 @@ and add tags as you see fit. The following categories should, ideally, be assign
239
239
240
240
1 . Visit the [ State Of Rust] project page. Each card has three pieces of
241
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
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
244
244
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.
246
246
2 . For each card that you choose to triage.
247
247
3 . Visit the respective tracking issue, and any related issues that the tracking
248
248
issue is recently mentioned in.
249
249
4 . If the “What’s next?” on the card does not match what you think the current
250
250
state is, update it with the new information.
251
251
5 . If the implementation of an RFC has changed since the last update, move it to
252
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
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
260
268
the column.
261
269
262
270
[ State Of Rust ] : https://github.com/rust-lang/rust/projects/8
0 commit comments