File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,20 @@ compiler. You can see a list of diagnostic issues [here][diagnostic-issues].
122122
123123[ diagnostic-issues ] : https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AA-diagnostics+no%3Aassignee
124124
125+ ### Picking up abandoned pull requests
126+
127+ Sometimes, contributors send a pull request, but later find out that they don't have enough
128+ time to work on it, or they simply are not interested in it anymore. Such PRs are often
129+ eventually closed and they receive the ` S-inactive ` label. You could try to examine some of
130+ these PRs and pick up the work. You can find the list of such PRs [ here] [ abandoned-prs ] .
131+
132+ If the PR has been implemented in some other way in the meantime, the ` S-inactive ` label
133+ should be removed from it. If not, and it seems that there is still interest in the change,
134+ you can try to rebase the pull request on top of the latest ` master ` branch and send a new
135+ pull request, continuing the work on the feature.
136+
137+ [ abandoned-prs ] : https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
138+
125139### Contributing to std (standard library)
126140
127141See [ std-dev-guide] ( https://std-dev-guide.rust-lang.org/ ) .
You can’t perform that action at this time.
0 commit comments