Skip to content

Commit a5836fa

Browse files
committed
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
1 parent d3c83fe commit a5836fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ labels to triage issues:
174174
* Yellow, **A**-prefixed labels state which **area** of the project an issue
175175
relates to.
176176

177-
* Magenta, **B**-prefixed labels identify bugs which **belong** elsewhere.
177+
* Magenta, **B**-prefixed labels identify bugs which are **blockers**.
178178

179179
* Green, **E**-prefixed labels explain the level of **experience** necessary
180180
to fix the issue.

0 commit comments

Comments
 (0)