Commit 17cf00a
authored
[ENH] Minor improvements to PR template
<!--
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.1 parent 7ea4f1b commit 17cf00a
1 file changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments