Skip to content

Commit ab0a295

Browse files
authored
Rollup merge of #44476 - integer32llc:update-label-explanation, r=Mark-Simulacrum
Update label explanations Some of the newer labels weren't covered in CONTRIBUTING.md :) r? @Mark-Simulacrum
2 parents b56ff00 + 28fc93f commit ab0a295

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

CONTRIBUTING.md

+28-5
Original file line numberDiff line numberDiff line change
@@ -400,30 +400,53 @@ labels to triage issues:
400400

401401
* Magenta, **B**-prefixed labels identify bugs which are **blockers**.
402402

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+
403408
* Green, **E**-prefixed labels explain the level of **experience** necessary
404409
to fix the issue.
405410

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

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+
410425
* Orange, **P**-prefixed labels indicate a bug's **priority**. These labels
411426
are only assigned during triage meetings, and replace the [I-nominated][inom]
412427
label.
413428

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.
415432

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.
418435

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.
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)