From a5836fa48fb0f51f8357f55a48ee9015e91d6e28 Mon Sep 17 00:00:00 2001 From: Greg Chapple Date: Thu, 14 Jan 2016 10:47:04 +0000 Subject: [PATCH] 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 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3851dcc8f1..e864172e813 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.