Clarify the meaning of feature-related labels
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 14 May 2018 21:11:54 +0000 (00:11 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 24 May 2018 07:16:57 +0000 (10:16 +0300)
CONTRIBUTING.md

index 888dd2931f58bde8ed8d11c159fae9ecee2848ac..ec9d2a6da1df17d220d6011d81c5c1809295146a 100644 (file)
@@ -147,6 +147,11 @@ adding labels to triage issues:
 * Magenta, **B**-prefixed labels identify bugs which are **blockers**.
 
 * Light purple, **C**-prefixed labels represent the **category** of an issue.
+  In particular, **C-feature-request** marks *proposals* for new features. If
+  an issue is **C-feature-request**, but is not **Feature accepted** or **I-nominated**,
+  then it was not thoroughly discussed, and might need some additional design
+  or perhaps should be implemented as an external subcommand first. Ping
+  @rust-lang/cargo if you want to send a PR for such issue.
 
 * Dark purple, **Command**-prefixed labels mean the issue has to do with a
   specific cargo command.