-
Notifications
You must be signed in to change notification settings - Fork 532
[ENH] Minor improvements to PR template #2636
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
Conversation
<!-- Pull-request guidelines ----------------------- 1. If you would like to list yourself as a Nipype contributor and your name is not mentioned please modify .zenodo.json file. 2. By submitting this request you acknowledge that your contributions are available under the Apache 2 license. 3. Use a descriptive prefix for your PR: ENH (enhancement), FIX, TST, DOC, STY, REF (refactor), WIP (Work in progress) 4. The person who accepts/merges your PR will include an update to the CHANGES file: prefix: description (URL of pull request) 5. Run `make check-before-commit` before submitting the PR. --> ## Summary <!-- Please reference any related issue and use fixes/close to automatically close them, if pertinent --> After our experience with https://github.com/poldracklab/fmriprep/blob/master/docs/pull_request_template.md, I apply here @effigies suggestion of using HTML comments, and add a checkbox for the license. Please, have a look into FMRIPREP's template to decide whether we want to import any more ideas into nipype. ## List of changes proposed in this PR (pull-request) <!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here --> - [x] Use HTML comments in the PR template to avoid asking contributors to remove text. ## Acknowledgment - [x] \(Mandatory\) I acknowledge that this contribution will be available under the Apache 2 license.
Codecov Report
@@ Coverage Diff @@
## master #2636 +/- ##
======================================
Coverage 67.6% 67.6%
======================================
Files 340 340
Lines 43003 43003
Branches 5321 5321
======================================
Hits 29071 29071
+ Misses 13233 13225 -8
- Partials 699 707 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
.github/PULL_REQUEST_TEMPLATE.md
Outdated
<!-- | ||
|
||
Pull-request guidelines | ||
----------------------- | ||
|
||
1. If you would like to list yourself as a Nipype contributor and your name is not mentioned please modify .zenodo.json file. | ||
2. By submitting this request you acknowledge that your contributions are available under the Apache 2 license. | ||
3. Use a descriptive prefix for your PR: ENH (enhancement), FIX, TST, DOC, STY, REF (refactor), WIP (Work in progress) | ||
4. The person who accepts/merges your PR will include an update to the CHANGES file: prefix: description (URL of pull request) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove 4) as this is now scripted
Summary
After our experience with https://github.com/poldracklab/fmriprep/blob/master/docs/pull_request_template.md, I apply here @effigies' suggestion of using HTML comments, and add a checkbox for the license.
Please, have a look into FMRIPREP's template to decide whether we want to import any more ideas into nipype.
List of changes proposed in this PR (pull-request)
Acknowledgment