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