diff options
| author | the8472 <the8472@users.noreply.github.com> | 2021-07-29 06:05:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 06:05:19 +0200 |
| commit | d870ce2140e8683de2f7827f3f49ac9f75c302c5 (patch) | |
| tree | dc8b92eac2f6d61142d0390733158f2cb2404cbc /src/doc/rustc-dev-guide | |
| parent | 5061a08d961ecebbdd4005e5168119482c1c3c1f (diff) | |
| download | rust-d870ce2140e8683de2f7827f3f49ac9f75c302c5.tar.gz rust-d870ce2140e8683de2f7827f3f49ac9f75c302c5.zip | |
Add S-Inactive PRs as another source of things contributors could work on (#1177)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/compiler-team.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-team.md b/src/doc/rustc-dev-guide/src/compiler-team.md index aac26348431..abdeac3d25a 100644 --- a/src/doc/rustc-dev-guide/src/compiler-team.md +++ b/src/doc/rustc-dev-guide/src/compiler-team.md @@ -80,6 +80,12 @@ group. One good way to find bugs is to look for or [E-mentor](https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-mentor). +You can also dig through the graveyard of PRs that were +[closed due to inactivity](https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive), +some of them may contain work that is still useful - refer to the +associated issues, if any - and only needs some finishing touches +for which the original author didn't have time. + ### r+ rights Once you have made a number of individual PRs to rustc, we will often |
