Skip to content

Commit

Permalink
Minor updates to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway committed Apr 13, 2021
1 parent 658b295 commit d70173d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

# Checklist:

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

0 comments on commit d70173d

Please sign in to comment.