From a03b1bfe20c3f87e678f7b4ca607b9a87710c64b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 13 Jan 2025 05:54:09 -0800 Subject: [PATCH] Create data_update_request_template.md (#150) --- .github/data_update_request_template.md | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/data_update_request_template.md 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 +