@@ -310,10 +310,19 @@ currently. Between writing new lints, fixing issues, reviewing pull requests and
310
310
responding to issues there may not always be enough time to stay on top of it
311
311
all.
312
312
313
- Our highest priority is fixing [crashes][l-crash] and [bugs][l-bug]. We don' t
313
+ Our highest priority is fixing [crashes][l-crash] and [bugs][l-bug], for example
314
+ an ICE in a popular crate that many other crates depend on. We don' t
314
315
want Clippy to crash on your code and we want it to be as reliable as the
315
316
suggestions from Rust compiler errors.
316
317
318
+ We have prioritization labels and a sync-blocker label, which are described below.
319
+ - [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn' t urgent.
320
+ - [P-medium][p-medium]: Should be addressed by a team member until the next sync.
321
+ - [P-high][p-high]: Should be immediately addressed and will require an out-of-cycle sync or a backport.
322
+ - [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync.
323
+ Or rather: before the sync this should be addressed,
324
+ e.g. by removing a lint again, so it doesn' t hit beta/stable.
325
+
317
326
# # Bors and Homu
318
327
319
328
We use a bot powered by [Homu][homu] to help automate testing and landing of pull
@@ -327,6 +336,10 @@ commands [here][homu_instructions].
327
336
[triage]: https://forge.rust-lang.org/release/triage-procedure.html
328
337
[l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash
329
338
[l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug
339
+ [p-low]: https://github.com/rust-lang/rust-clippy/labels/P-low
340
+ [p-medium]: https://github.com/rust-lang/rust-clippy/labels/P-medium
341
+ [p-high]: https://github.com/rust-lang/rust-clippy/labels/P-high
342
+ [l-sync-blocker]: https://github.com/rust-lang/rust-clippy/labels/L-sync-blocker
330
343
[homu]: https://github.com/rust-lang/homu
331
344
[homu_instructions]: https://bors.rust-lang.org/
332
345
[homu_queue]: https://bors.rust-lang.org/queue/clippy
0 commit comments