diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2021-03-11 15:05:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 19:05:02 +0100 |
| commit | 61f37995fab2cc0e63d52fd151d760297f1a3e20 (patch) | |
| tree | 55cb8ca1077a04ce9993fb94152e9a3ce3f17ca9 /src/doc/rustc-dev-guide | |
| parent | c270c49c6b4bd687d25e77b6aa741a56f0dc101f (diff) | |
| download | rust-61f37995fab2cc0e63d52fd151d760297f1a3e20.tar.gz rust-61f37995fab2cc0e63d52fd151d760297f1a3e20.zip | |
I-nominated are nominated for discussion (#1080)
* I-nominated are nominated for discussion * Generalize meeting expression Co-authored-by: Camelid <camelidcamel@gmail.com> Co-authored-by: Camelid <camelidcamel@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index c4a3fe872a7..abe1bb8390b 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -471,9 +471,10 @@ appropriate labels to issues that haven't been triaged yet: * Red, **I**-prefixed labels indicate the **importance** of the issue. The [I-nominated][inom] label indicates that an issue has been nominated for - prioritizing at the next triage meeting. Similarly, the [I-prioritize][ipri] - indicates that an issue has been requested to be prioritized by the - appropriate team. + discussion at the next meeting of the team tagged using a + **T**-prefixed label. Similarly, the [I-prioritize][ipri] indicates + that an issue has been requested to be prioritized by the appropriate + team. * The purple **metabug** label marks lists of bugs collected by other categories. |
