diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-09-14 22:32:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-14 22:32:41 -0400 |
| commit | 27b1097ba09576e609419c27e7e208836aad9659 (patch) | |
| tree | a7a1e48275697844dd9b66365a1345d51217cbb4 | |
| parent | 65b9b564638ab148cf092c0d4cf28d216d58ce92 (diff) | |
| parent | 28fc93fc4392423a66b45ba2aae26285bb3f5bf5 (diff) | |
| download | rust-27b1097ba09576e609419c27e7e208836aad9659.tar.gz rust-27b1097ba09576e609419c27e7e208836aad9659.zip | |
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
| -rw-r--r-- | CONTRIBUTING.md | 33 |
1 files changed, 28 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7441d51055f..741ced8f091 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -400,30 +400,53 @@ labels to triage issues: * Magenta, **B**-prefixed labels identify bugs which are **blockers**. +* Dark blue, **beta-** labels track changes which need to be backported into + the beta branches. + +* Light purple, **C**-prefixed labels represent the **category** of an issue. + * Green, **E**-prefixed labels explain the level of **experience** necessary to fix the issue. +* The dark blue **final-comment-period** label marks bugs that are using the + RFC signoff functionality of [rfcbot][rfcbot] and are currenty in the final + comment period. + * Red, **I**-prefixed labels indicate the **importance** of the issue. The [I-nominated][inom] label indicates that an issue has been nominated for prioritizing at the next triage meeting. +* The purple **metabug** label marks lists of bugs collected by other + categories. + +* Purple gray, **O**-prefixed labels are the **operating system** or platform + that this issue is specific to. + * Orange, **P**-prefixed labels indicate a bug's **priority**. These labels are only assigned during triage meetings, and replace the [I-nominated][inom] label. -* Blue, **T**-prefixed bugs denote which **team** the issue belongs to. +* The gray **proposed-final-comment-period** label marks bugs that are using + the RFC signoff functionality of [rfcbot][rfcbot] and are currently awaiting + signoff of all team members in order to enter the final comment period. -* Dark blue, **beta-** labels track changes which need to be backported into - the beta branches. +* Pink, **regression**-prefixed labels track regressions from stable to the + release channels. -* The purple **metabug** label marks lists of bugs collected by other - categories. +* The light orange **relnotes** label marks issues that should be documented in + the release notes of the next release. + +* Gray, **S**-prefixed labels are used for tracking the **status** of pull + requests. + +* Blue, **T**-prefixed bugs denote which **team** the issue belongs to. If you're looking for somewhere to start, check out the [E-easy][eeasy] tag. [inom]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AI-nominated [eeasy]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy [lru]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-asc +[rfcbot]: https://github.com/dikaiosune/rust-dashboard/blob/master/RFCBOT.md ## Out-of-tree Contributions |
