@@ -403,27 +403,50 @@ labels to triage issues:
403
403
* Dark blue, ** beta-** labels track changes which need to be backported into
404
404
the beta branches.
405
405
406
+ * Light purple, ** C** -prefixed labels represent the ** category** of an issue.
407
+
406
408
* Green, ** E** -prefixed labels explain the level of ** experience** necessary
407
409
to fix the issue.
408
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
+
409
415
* Red, ** I** -prefixed labels indicate the ** importance** of the issue. The
410
416
[ I-nominated] [ inom ] label indicates that an issue has been nominated for
411
417
prioritizing at the next triage meeting.
412
418
413
419
* The purple ** metabug** label marks lists of bugs collected by other
414
420
categories.
415
421
422
+ * Purple gray, ** O** -prefixed labels are the ** operating system** or platform
423
+ that this issue is specific to.
424
+
416
425
* Orange, ** P** -prefixed labels indicate a bug's ** priority** . These labels
417
426
are only assigned during triage meetings, and replace the [ I-nominated] [ inom ]
418
427
label.
419
428
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.
432
+
433
+ * Pink, ** regression** -prefixed labels track regressions from stable to the
434
+ release channels.
435
+
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
+
420
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