@@ -400,30 +400,53 @@ labels to triage issues:
400
400
401
401
* Magenta, ** B** -prefixed labels identify bugs which are ** blockers** .
402
402
403
+ * Dark blue, ** beta-** labels track changes which need to be backported into
404
+ the beta branches.
405
+
406
+ * Light purple, ** C** -prefixed labels represent the ** category** of an issue.
407
+
403
408
* Green, ** E** -prefixed labels explain the level of ** experience** necessary
404
409
to fix the issue.
405
410
411
+ * The dark blue ** final-comment-period** label marks bugs that are using the
412
+ RFC signoff functionality of [ rfcbot] [ rfcbot ] and are currenty in the final
413
+ comment period.
414
+
406
415
* Red, ** I** -prefixed labels indicate the ** importance** of the issue. The
407
416
[ I-nominated] [ inom ] label indicates that an issue has been nominated for
408
417
prioritizing at the next triage meeting.
409
418
419
+ * The purple ** metabug** label marks lists of bugs collected by other
420
+ categories.
421
+
422
+ * Purple gray, ** O** -prefixed labels are the ** operating system** or platform
423
+ that this issue is specific to.
424
+
410
425
* Orange, ** P** -prefixed labels indicate a bug's ** priority** . These labels
411
426
are only assigned during triage meetings, and replace the [ I-nominated] [ inom ]
412
427
label.
413
428
414
- * Blue, ** T** -prefixed bugs denote which ** team** the issue belongs to.
429
+ * The gray ** proposed-final-comment-period** label marks bugs that are using
430
+ the RFC signoff functionality of [ rfcbot] [ rfcbot ] and are currently awaiting
431
+ signoff of all team members in order to enter the final comment period.
415
432
416
- * Dark blue , ** beta- ** labels track changes which need to be backported into
417
- the beta branches .
433
+ * Pink , ** regression ** -prefixed labels track regressions from stable to the
434
+ release channels .
418
435
419
- * The purple ** metabug** label marks lists of bugs collected by other
420
- categories.
436
+ * The light orange ** relnotes** label marks issues that should be documented in
437
+ the release notes of the next release.
438
+
439
+ * Gray, ** S** -prefixed labels are used for tracking the ** status** of pull
440
+ requests.
441
+
442
+ * Blue, ** T** -prefixed bugs denote which ** team** the issue belongs to.
421
443
422
444
If you're looking for somewhere to start, check out the [ E-easy] [ eeasy ] tag.
423
445
424
446
[ inom ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-nominated
425
447
[ eeasy ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
426
448
[ lru ] : https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc
449
+ [ rfcbot ] : https://github.com/dikaiosune/rust-dashboard/blob/master/RFCBOT.md
427
450
428
451
## Out-of-tree Contributions
429
452
0 commit comments