diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e76ebb70d..95978bab3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,91 +1,54 @@ - # πŸ“¦ Pull Request -## πŸ”– Summary + + + +## πŸ“ Description ## 🏷️ Ticket / Issue -## πŸ› οΈ What’s Changed - - -- Type: feat | fix | docs | style | refactor | perf | test | chore | build | ci | revert -- Scope (optional): e.g., auth, billing, mobile -- Short summary: what changed and why (1–2 lines) ---> - -## πŸ“‹ Details - - -### ⚠️ Breaking Changes - - -### πŸ” Security & Privacy Impact - - -### ⚑ Performance Impact - - ### πŸ–ΌοΈ Screenshots / GIFs (if UI) - + ## βœ… Checklist - [ ] I’ve read the [contribution guidelines](CONTRIBUTING.md) -- [ ] Code follows project style and passes lint/format (`npm|pnpm|yarn|bun` scripts) -- [ ] Type checks pass (tsc/biome/etc.) -- [ ] Docs updated (README/ADR/usage/API) -- [ ] No secrets/credentials included; env vars documented -- [ ] Release notes/CHANGELOG entry added (if applicable) -- [ ] Verified locally that changes behave as expected +- [ ] Verified that changes behave as expected for all platforms +- [ ] Code passes lint/formatting and type checks (`tsc`/`biome`) +- [ ] No secrets, hardcoded credentials, or private config files are included +- [ ] I've declared if AI was used to assist with this PR (by uncommenting the line at the bottom, or not) ## πŸ” Testing Instructions -## βš™οΈ Deployment Notes - - -## πŸ“ Additional Notes - \ No newline at end of file