Skip to content

Commit ad506f2

Browse files
authored
Merge pull request #2636 from nipy/oesteban-patch-1
[ENH] Minor improvements to PR template
2 parents 95130c0 + f1859d4 commit ad506f2

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
Pull-request guidelines (Remove this section after reading):
1+
<!--
2+
3+
Pull-request guidelines
4+
-----------------------
25
36
1. If you would like to list yourself as a Nipype contributor and your name is not mentioned please modify .zenodo.json file.
47
2. By submitting this request you acknowledge that your contributions are available under the Apache 2 license.
58
3. Use a descriptive prefix for your PR: ENH (enhancement), FIX, TST, DOC, STY, REF (refactor), WIP (Work in progress)
6-
4. The person who accepts/merges your PR will include an update to the CHANGES file: prefix: description (URL of pull request)
7-
5. Run `make check-before-commit` before submitting the PR.
9+
4. Run `make check-before-commit` before submitting the PR.
810
9-
----- REMOVE TILL HERE -----
11+
-->
12+
## Summary
13+
<!-- Please reference any related issue and use fixes/close to automatically
14+
close them, if pertinent -->
1015

1116
Fixes # .
1217

13-
Changes proposed in this pull request
14-
-
15-
-
18+
## List of changes proposed in this PR (pull-request)
19+
<!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here -->
20+
21+
## Acknowledgment
22+
23+
- [ ] \(Mandatory\) I acknowledge that this contribution will be available under the Apache 2 license.

0 commit comments

Comments
 (0)