Skip to content

DOC: Describe 'orphaned' tag in CONTRIBUTING #2481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ The current list of issue labels are [here][link_labels] and include:
Please try to make sure that your requested enhancement is distinct from any others that have already been requested or implemented.
If you find one that's similar but there are subtle differences, please reference the other request in your issue.

* [![Orphaned](https://img.shields.io/badge/-orphaned-9baddd.svg)][link_orphaned] *These pull requests have been closed for inactivity.*

Before proposing a new pull request, browse through the "orphaned" pull requests.
You may find that someone has already made significant progress toward your goal, and you can re-use their
unfinished work.
An adopted PR should be updated to merge or rebase the current master, and a new PR should be created (see
below) that references the original PR.

## Making a change

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

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