Create data_update_request_template.md
This commit is contained in:
parent
c0922203a7
commit
a1b1c2adf7
1 changed files with 41 additions and 0 deletions
41
.github/data_update_request_template.md
vendored
Normal file
41
.github/data_update_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
## Data Update
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
<!-- Describe what this data update includes. For example: "Adding new Valentines 2024 characters" -->
|
||||||
|
|
||||||
|
#### New Additions
|
||||||
|
<!-- List new items being added, grouped by type -->
|
||||||
|
- Characters:
|
||||||
|
- [ ]
|
||||||
|
- Weapons:
|
||||||
|
- [ ]
|
||||||
|
- Summons:
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
#### Modifications
|
||||||
|
<!-- List existing items being modified -->
|
||||||
|
- Characters:
|
||||||
|
- [ ]
|
||||||
|
- Weapons:
|
||||||
|
- [ ]
|
||||||
|
- Summons:
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
### CSV Files Added
|
||||||
|
<!-- List all CSV files included in this update -->
|
||||||
|
- [ ] `YYYYMMDD-characters-XXX.csv`
|
||||||
|
- [ ] `YYYYMMDD-weapons-XXX.csv`
|
||||||
|
- [ ] `YYYYMMDD-summons-XXX.csv`
|
||||||
|
|
||||||
|
### Checklist
|
||||||
|
<!-- Make sure all these items are completed -->
|
||||||
|
- [ ] CSV files use the correct naming format (`YYYYMMDD-{type}-XXX.csv`)
|
||||||
|
- [ ] CSV files are in the correct location (`db/seed/updates/`)
|
||||||
|
- [ ] All required fields are filled out
|
||||||
|
- [ ] Dates use the correct format (`YYYY-MM-DD`)
|
||||||
|
- [ ] Boolean values are either `true` or `false`
|
||||||
|
- [ ] Arrays use the correct format (e.g., `{value1,value2}`)
|
||||||
|
- [ ] Ran import in test mode (`bin/rails granblue:import_data TEST=true`)
|
||||||
|
|
||||||
|
### Test Results
|
||||||
|
<!-- Paste the output from running the import in test mode -->
|
||||||
Loading…
Reference in a new issue