diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..950a042 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ +## Summary (5-minute review) +- Problem: +- What changed: + - + - + - +- Validation run: + - `npm run verify` + - `npm run check:index` +- Result: + +## Schema Impact (required) +- Schema files touched: + - +- Change type: `non-breaking` | `breaking` +- Fields/enums changed: + - +- Example JSON (before/after): + +```json +{ + "before": {}, + "after": {} +} +``` + +## Changes by Unit +- Unit 1: +- Unit 2: +- Unit 3: + +## Risk and Rollback +- Risks: +- Rollback plan: + +## Out of Scope +-