Skip to content

Commit fcc7b15

Browse files
committed
Spread out documentation items on PR template
1 parent 3cbf444 commit fcc7b15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/pull_request_template.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Closes #(issue no.)
1010

1111
# Checklist:
1212

13-
- [ ] I have added tests that prove my fix is effective or that my feature works
1413
- [ ] The package builds on my OS without issues (please add workstation details)
1514
- [ ] My changes generate no new warnings
1615
- [ ] My code follows the style guidelines of this project
1716
- [ ] I have commented my code, particularly in hard-to-understand areas
18-
- [ ] I have made corresponding changes to the documentation (.R, NEWS.md)
17+
- [ ] I have added tests that prove my fix is effective or that my feature works
18+
- [ ] I have documented any functions or data in an .R script
19+
- [ ] I have updated NEWS.md
1920
- [ ] I have bumped the version by the appropriate increment in the DESCRIPTION file (major, minor, patch)
2021
- [ ] PR checks all pass for latest commit

0 commit comments

Comments
 (0)