From f64dcde616b85dc1e91a553609a9583c2b61d81c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 9 Mar 2023 08:36:08 -0800 Subject: [PATCH] Add some missing label categories. --- src/contributing.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/contributing.md b/src/contributing.md index 19cbc033f..69394242a 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -455,12 +455,18 @@ appropriate labels to issues that haven't been triaged yet: * Dark blue, **beta-** labels track changes which need to be backported into the beta branches. + The similar **stable-** labels are for things that should be backported to + stable in anticipation of a point release. * Light purple, **C**-prefixed labels represent the **category** of an issue. +* Mossy green, **D**-prefixed labels are for **diagnostics**. + * Green, **E**-prefixed labels explain the level of **experience** necessary to fix the issue. +* Peach, **F**-prefixed labels are for **nightly features**. + * The dark blue **final-comment-period** label marks bugs that are using the RFC signoff functionality of [rfcbot] and are currently in the final comment period. @@ -495,8 +501,13 @@ appropriate labels to issues that haven't been triaged yet: * Gray, **S**-prefixed labels are used for tracking the **status** of pull requests. +* Steel blue, **S-tracking**-prefixed labels are for marking the status of a + tracking issue. + * Blue, **T**-prefixed bugs denote which **team** the issue belongs to. +* Green, **WG**-prefixed labels denote which **working group** the issue belongs to. + If you're looking for somewhere to start, check out the [E-easy][eeasy] tag. [rustbot]: ./rustbot.md