Skip to content

Commit b06594e

Browse files
authored
Merge pull request rust-lang#3483 from phansch/mention_triage_procedure_in_contributing
Mention triage procedure in contributing.md
2 parents e048fab + 40d58f9 commit b06594e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ All contributors are expected to follow the [Rust Code of Conduct](http://www.ru
2222
* [Linting Clippy with your local changes](#linting-clippy-with-your-local-changes)
2323
* [How Clippy works](#how-clippy-works)
2424
* [Fixing nightly build failures](#fixing-build-failures-caused-by-rust)
25+
* [Issue and PR Triage](#issue-and-pr-triage)
2526
* [Contributions](#contributions)
2627

2728
## Getting started
@@ -254,6 +255,20 @@ rustup override set master
254255
cargo test
255256
```
256257

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+
257272
## Contributions
258273

259274
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.
282297
[clippy_rfc]: https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md
283298
[rfc_stability]: https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#stability-guarantees
284299
[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

Comments
 (0)