@@ -22,6 +22,7 @@ All contributors are expected to follow the [Rust Code of Conduct](http://www.ru
22
22
* [ Linting Clippy with your local changes] ( #linting-clippy-with-your-local-changes )
23
23
* [ How Clippy works] ( #how-clippy-works )
24
24
* [ Fixing nightly build failures] ( #fixing-build-failures-caused-by-rust )
25
+ * [ Issue and PR Triage] ( #issue-and-pr-triage )
25
26
* [ Contributions] ( #contributions )
26
27
27
28
## Getting started
@@ -254,6 +255,20 @@ rustup override set master
254
255
cargo test
255
256
```
256
257
258
+ ## Issue and PR triage
259
+
260
+ Clippy is following the [ Rust triage procedure] [ triage ] for issues and pull
261
+ requests.
262
+
263
+ However, we are a smaller project with all contributors being volunteers
264
+ currently. Between writing new lints, fixing issues, reviewing pull requests and
265
+ responding to issues there may not always be enough time to stay on top of it
266
+ all.
267
+
268
+ Our highest priority is fixing [ crashes] [ l-crash ] and [ bugs] [ l-bug ] . We don't
269
+ want Clippy to crash on your code and we want it to be as reliable as the
270
+ suggestions from Rust compiler errors.
271
+
257
272
## Contributions
258
273
259
274
Contributions to Clippy should be made in the form of GitHub pull requests. Each pull request will
@@ -282,3 +297,6 @@ or the [MIT](http://opensource.org/licenses/MIT) license.
282
297
[ clippy_rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md
283
298
[ rfc_stability ] : https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#stability-guarantees
284
299
[ rfc_lint_cats ] : https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#lint-audit-and-categories
300
+ [ triage ] : https://forge.rust-lang.org/triage-procedure.html
301
+ [ l-crash ] : https://github.com/rust-lang/rust-clippy/labels/L-crash%20%3Aboom%3A
302
+ [ l-bug ] : https://github.com/rust-lang/rust-clippy/labels/L-bug%20%3Abeetle%3A
0 commit comments