Skip to content

Commit 404cab6

Browse files
authored
Merge pull request #2481 from nipy/doc/orphaned
DOC: Describe 'orphaned' tag in CONTRIBUTING
2 parents 370f399 + f2cfb5f commit 404cab6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ The current list of issue labels are [here][link_labels] and include:
3535
Please try to make sure that your requested enhancement is distinct from any others that have already been requested or implemented.
3636
If you find one that's similar but there are subtle differences, please reference the other request in your issue.
3737

38+
* [![Orphaned](https://img.shields.io/badge/-orphaned-9baddd.svg)][link_orphaned] *These pull requests have been closed for inactivity.*
39+
40+
Before proposing a new pull request, browse through the "orphaned" pull requests.
41+
You may find that someone has already made significant progress toward your goal, and you can re-use their
42+
unfinished work.
43+
An adopted PR should be updated to merge or rebase the current master, and a new PR should be created (see
44+
below) that references the original PR.
45+
3846
## Making a change
3947

4048
We appreciate all contributions to Nipype, but those accepted fastest will follow a workflow similar to the following:
@@ -132,6 +140,7 @@ You're awesome. :wave::smiley:
132140
[link_helpwanted]: https://github.com/nipy/nipype/labels/help-wanted
133141
[link_good_first_issue]: https://github.com/nipy/nipype/issues?q=is%3Aopen+is%3Aissue+label%3Agood-first-issue
134142
[link_enhancement]: https://github.com/nipy/nipype/labels/enhancement
143+
[link_orphaned]: https://github.com/nipy/nipype/pulls?q=is%3Apr+label%3Aorphaned+is%3Aclosed
135144

136145
[link_pullrequest]: https://help.github.com/articles/creating-a-pull-request/
137146
[link_fork]: https://help.github.com/articles/fork-a-repo/

0 commit comments

Comments
 (0)