Fix note about B-prefixed issue labels
'B' labels are for blockers, not issues which belong elsewhere. Prompted by this comment on Reddit: https://www.reddit.com/r/rust/comments/40nzkd/contributing_to_the_rust_compiler_a_short_guide/cyxcjtd
This commit is contained in:
parent
d3c83fef24
commit
a5836fa48f
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ labels to triage issues:
|
||||||
* Yellow, **A**-prefixed labels state which **area** of the project an issue
|
* Yellow, **A**-prefixed labels state which **area** of the project an issue
|
||||||
relates to.
|
relates to.
|
||||||
|
|
||||||
* Magenta, **B**-prefixed labels identify bugs which **belong** elsewhere.
|
* Magenta, **B**-prefixed labels identify bugs which are **blockers**.
|
||||||
|
|
||||||
* Green, **E**-prefixed labels explain the level of **experience** necessary
|
* Green, **E**-prefixed labels explain the level of **experience** necessary
|
||||||
to fix the issue.
|
to fix the issue.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue