Skip to content

Commit dfe1232

Browse files
committed
Auto merge of #3589 - flip1995:contrib_inactive_prs, r=phansch
Mention S-inactive-closed PRs in the CONTRIBUTING.md Some of these PRs would be great if they could be completed. But I guess no-one would look through closed PRs if they want to contribute. Let's point (new) contributors there by mentioning these PRs in the `CONTRIBUTING.md`
2 parents 36e3b2e + b5e545a commit dfe1232

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ Some issues are easier than others. The [`good first issue`](https://github.com/
4242
label can be used to find the easy issues. If you want to work on an issue, please leave a comment
4343
so that we can assign it to you!
4444

45+
There are also some abandoned PRs, marked with
46+
[`S-inactive-closed`](https://github.com/rust-lang/rust-clippy/pulls?q=is%3Aclosed+label%3AS-inactive-closed).
47+
Pretty often these PRs are nearly completed and just need some extra steps
48+
(formatting, addressing review comments, ...) to be merged. If you want to
49+
complete such a PR, please leave a comment in the PR and open a new one based
50+
on it.
51+
4552
Issues marked [`T-AST`](https://github.com/rust-lang/rust-clippy/labels/T-AST) involve simple
4653
matching of the syntax tree structure, and are generally easier than
4754
[`T-middle`](https://github.com/rust-lang/rust-clippy/labels/T-middle) issues, which involve types

0 commit comments

Comments
 (0)