From 986d78d79720c1bd0c957bc7487f1823f7e033b4 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 15 May 2018 00:11:54 +0300 Subject: [PATCH] Clarify the meaning of feature-related labels --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 888dd2931..ec9d2a6da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. -- 2.30.2