diff --git a/.github/data_update_request_template.md b/.github/data_update_request_template.md new file mode 100644 index 0000000..f883205 --- /dev/null +++ b/.github/data_update_request_template.md @@ -0,0 +1,41 @@ +## Data Update + +### Summary + + +#### New Additions + +- Characters: + - [ ] +- Weapons: + - [ ] +- Summons: + - [ ] + +#### Modifications + +- Characters: + - [ ] +- Weapons: + - [ ] +- Summons: + - [ ] + +### CSV Files Added + +- [ ] `YYYYMMDD-characters-XXX.csv` +- [ ] `YYYYMMDD-weapons-XXX.csv` +- [ ] `YYYYMMDD-summons-XXX.csv` + +### Checklist + +- [ ] 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 +