File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments