Skip to content

Commit 701156f

Browse files
committed
PR template for corrections
1 parent 0730d10 commit 701156f

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Data Correction
2+
3+
### Summary
4+
<!-- Brief description of the correction -->
5+
6+
### Affected Record(s)
7+
8+
| Field | Value |
9+
|-------|-------|
10+
| Table | traitsview / species / other |
11+
| Record ID(s) | |
12+
| Column(s) | |
13+
14+
### Current Value
15+
<!-- What the data currently shows -->
16+
17+
### Corrected Value
18+
<!-- What the value should be -->
19+
20+
### Source / Evidence
21+
<!-- How you verified the correction (publication DOI, original data, etc.) -->
22+
- Citation/DOI:
23+
- Page/Table:
24+
25+
### Changes Made
26+
27+
- [ ] Edited CSV in `data-raw/csv/`
28+
- [ ] Ran `source("data-raw/make-data.R")` to rebuild `.rda` files
29+
- [ ] Verified correction in the rebuilt data
30+
- [ ] Updated `NEWS.md`
31+
32+
### Checklist
33+
34+
- [ ] I have compared the corrected value to the original source
35+
- [ ] `devtools::check()` passes with no errors

0 commit comments

Comments
 (0)