From d01697bab3c1725f0f40b044646612dd187511b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= Date: Mon, 13 May 2024 17:39:38 +0000 Subject: [PATCH] Link to lint L-* labels --- src/contributing.md | 2 ++ 1 file changed, 2 insertions(+) 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