hensei-api/.github/PULL_REQUEST_TEMPLATE/data_update.md

46 lines
941 B
Markdown

# Data Update
## Summary
<!-- Describe what this data update includes -->
<!-- Example: Adding new Valentines 2024 characters -->
## New Additions
<!-- Copy the list of newly added items from the Import Summary -->
##### Characters
-
##### Weapons
-
##### Summons
-
## Modifications
<!-- Copy the list of modified items from the Import Summary -->
##### Characters
-
##### Weapons
-
##### Summons
-
## 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
<!-- Paste the completion section from running the import in test mode -->