Skip to content

Commit dbdf052

Browse files
committed
add PULL_REQUEST_TEMPLATE.md
1 parent afa3163 commit dbdf052

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Description
2+
<!-- Describe your changes in detail -->
3+
4+
## Related Issue(s)
5+
<!-- Link to issue(s) this PR addresses -->
6+
7+
## Type of Change
8+
<!-- Put an `x` in all boxes that apply -->
9+
- [ ] Bug fix (non-breaking change which fixes an issue)
10+
- [ ] New feature (non-breaking change which adds functionality)
11+
- [ ] Data update (changes to datasets)
12+
- [ ] Documentation update
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
14+
15+
## Checklist
16+
<!-- Put an `x` in all boxes that apply -->
17+
- [ ] I have run `devtools::check()` with no errors or warnings
18+
- [ ] I have updated NEWS.md if applicable
19+
- [ ] I have updated documentation if applicable
20+
- [ ] I have added/updated tests if applicable
21+
22+
## Data Changes (if applicable)
23+
<!-- If this PR modifies data, describe the changes -->
24+
- [ ] Data rebuilt from source using `data-raw/make-data.R`
25+
- [ ] datapackage.json updated
26+
- [ ] Row counts verified
27+
28+
## Additional Notes
29+
<!-- Any other information reviewers should know -->

0 commit comments

Comments
 (0)