diff options
| author | Philipp Krones <hello@philkrones.com> | 2021-01-15 11:30:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 11:30:58 +0100 |
| commit | 8a77f63879e01525a6c2d3c0cbf43d2a7d36833b (patch) | |
| tree | f6f191a6a73de2e061b8baf3010af47747adf4ab | |
| parent | d72cb252f2f052a6b5794b56a0157cbd34751055 (diff) | |
| download | rust-8a77f63879e01525a6c2d3c0cbf43d2a7d36833b.tar.gz rust-8a77f63879e01525a6c2d3c0cbf43d2a7d36833b.zip | |
Fix formulations in label descriptions
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed580e56055..f2641a23f56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -315,10 +315,10 @@ an ICE in a popular crate that many other crates depend on. We don't want Clippy to crash on your code and we want it to be as reliable as the suggestions from Rust compiler errors. -We have prioritization labels and sync-blocker label like below. +We have prioritization labels and a sync-blocker label, which are described below. - [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn't urgent. - [P-medium][p-medium]: Should be addressed by a team member until the next sync. -- [P-high][p-high]: Should be immediately addressed and will require a out-of-cycle sync or a backport. +- [P-high][p-high]: Should be immediately addressed and will require an out-of-cycle sync or a backport. - [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync. Or rather: before the sync this should be addressed, e.g. by removing a lint again, so it doesn't hit beta/stable. |
