diff --git a/.github/workflows/pull_request_template.md b/.github/pull_request_template.md similarity index 58% rename from .github/workflows/pull_request_template.md rename to .github/pull_request_template.md index 2044f56..b2c966d 100644 --- a/.github/workflows/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,22 @@ ## Description Fixes / Relates to Issue: # +Briefly explain why this PR exists, what changed, and what is intentionally out of scope. + +## Suggested squash commit + +```text +: + + + +- +- +- + +Verified with , , and . +``` + ## Type of Change - [ ] 🐛 Bug Fix - [ ] 🚀 New Feature @@ -11,9 +27,18 @@ Fixes / Relates to Issue: # - [ ] Automated test suites pass locally. - [ ] Changes verified manually in a local environment. +Manual verification run: +- `...` + +Quality gates run: +- `...` + ## Checklist - [ ] My code adheres to the style guidelines of this repository. - [ ] I have performed a thorough self-review of my changes. - [ ] I have added inline comments in complex or critical logic blocks. - [ ] My changes introduce no new lint errors or compiler warnings. - [ ] I have added corresponding test coverage for new execution paths. + +## Known Follow-up / Out of Scope +-