Skip to content

Commit d70173d

Browse files
committed
Minor updates to PR template
1 parent 658b295 commit d70173d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/pull_request_template.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
# Checklist:
44

5-
- [ ] PR form
6-
- [ ] I have given this pull request an informative title
7-
- [ ] Description above itemizes changes under subtitles, e.g. "## Collection""
5+
- PR form
6+
- [ ] This pull request has an informative title
7+
- [ ] Description above itemizes changes under subtitles, e.g. "## Data""
88
- [ ] Any closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"
99
- [ ] Package builds on my OS without issues
10-
- [ ] PR checks all pass for latest commit
10+
- PR checks all pass for latest commit
11+
- [ ] CodeFactor check: Package improves or maintains good style
1112
- [ ] Package builds on Mac
1213
- [ ] Package builds on Windows
1314
- [ ] Package builds on Linux
1415
- [ ] CodeCov check: Package improves or maintains good test coverage
15-
- [ ] CodeFactor check: Package improves or maintains good style
16-
- [ ] Documentation
16+
- Documentation
1717
- [ ] Any new or modified functions or data have roxygen style documentation in their .R scripts
1818
- [ ] Any longer functions are commented inline so that it is easier to debug in the future
1919
- [ ] PR description above and the NEWS.md file are aligned

0 commit comments

Comments
 (0)