]> git.lizzy.rs Git - rust.git/commitdiff
Fix note about B-prefixed issue labels
authorGreg Chapple <gregchapple1@gmail.com>
Thu, 14 Jan 2016 10:47:04 +0000 (10:47 +0000)
committerGreg Chapple <gregchapple1@gmail.com>
Thu, 14 Jan 2016 10:47:04 +0000 (10:47 +0000)
'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

CONTRIBUTING.md

index c3851dcc8f1ede74bbf1af7cb0c73f033c1b1031..e864172e813320ff2167b69fbbd74f6dc4cfb92f 100644 (file)
@@ -174,7 +174,7 @@ labels to triage issues:
 * Yellow, **A**-prefixed labels state which **area** of the project an issue
   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
   to fix the issue.