From: Aleksey Kladov Date: Mon, 14 May 2018 21:11:54 +0000 (+0300) Subject: Clarify the meaning of feature-related labels X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2^2~25^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=986d78d79720c1bd0c957bc7487f1823f7e033b4;p=cargo.git Clarify the meaning of feature-related labels --- 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.