diff --git a/src/contributing.md b/src/contributing.md index 4afa09b13..be369a872 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -404,6 +404,7 @@ table td:nth-child(2) { | [I-] |  Red | The **importance** of the issue. | | [I-\*-nominated] |  Red | The issue has been nominated for discussion at the next meeting of the corresponding team. | | [I-prioritize] |  Red | The issue has been nominated for prioritization by the team tagged with a **T**-prefixed label. | +| [L-] |  Teal | The relevant **lint**. | | [metabug] |  Purple | Bugs that collect other bugs. | | [O-] |  Purple Grey | The **operating system** or platform that the issue is specific to. | | [P-] |  Orange | The issue **priority**. These labels can be assigned by anyone that understand the issue and is able to prioritize it, and remove the [I-prioritize] label. | @@ -423,6 +424,7 @@ table td:nth-child(2) { [E-]: https://github.com/rust-lang/rust/labels?q=E [F-]: https://github.com/rust-lang/rust/labels?q=F [I-]: https://github.com/rust-lang/rust/labels?q=I +[L-]: https://github.com/rust-lang/rust/labels?q=L [O-]: https://github.com/rust-lang/rust/labels?q=O [P-]: https://github.com/rust-lang/rust/labels?q=P [S-]: https://github.com/rust-lang/rust/labels?q=S