Skip to content

Commit 28fc93f

Browse files
committed
Add explanations for undocumented labels
1 parent 69b9494 commit 28fc93f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CONTRIBUTING.md

+23
Original file line numberDiff line numberDiff line change
@@ -403,27 +403,50 @@ labels to triage issues:
403403
* Dark blue, **beta-** labels track changes which need to be backported into
404404
the beta branches.
405405

406+
* Light purple, **C**-prefixed labels represent the **category** of an issue.
407+
406408
* Green, **E**-prefixed labels explain the level of **experience** necessary
407409
to fix the issue.
408410

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+
409415
* Red, **I**-prefixed labels indicate the **importance** of the issue. The
410416
[I-nominated][inom] label indicates that an issue has been nominated for
411417
prioritizing at the next triage meeting.
412418

413419
* The purple **metabug** label marks lists of bugs collected by other
414420
categories.
415421

422+
* Purple gray, **O**-prefixed labels are the **operating system** or platform
423+
that this issue is specific to.
424+
416425
* Orange, **P**-prefixed labels indicate a bug's **priority**. These labels
417426
are only assigned during triage meetings, and replace the [I-nominated][inom]
418427
label.
419428

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+
420442
* Blue, **T**-prefixed bugs denote which **team** the issue belongs to.
421443

422444
If you're looking for somewhere to start, check out the [E-easy][eeasy] tag.
423445

424446
[inom]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-nominated
425447
[eeasy]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
426448
[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
427450

428451
## Out-of-tree Contributions
429452

0 commit comments

Comments
 (0)