From b6c74d09c4e2ab03883fe650cd05c7a15a8b62f8 Mon Sep 17 00:00:00 2001 From: Forge Date: Thu, 30 Apr 2026 09:04:39 -0700 Subject: [PATCH] chore: bootstrap PR template --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0784073 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +## Description + + + + +## Type of Change + +- [ ] ๐Ÿ› Bug fix +- [ ] โœจ New feature +- [ ] โ™ป๏ธ Refactoring (no functional changes) +- [ ] ๐Ÿ“ Documentation update +- [ ] ๐Ÿš€ Performance / Infrastructure / CI +- [ ] ๐Ÿงน Chore / Dependencies + +## Checklist + + + +- [ ] My code follows the project's formatting and style guidelines. +- [ ] I have run local quality checks (`task quality` / `cargo test` / `npm run lint`). +- [ ] I have added/updated relevant tests where applicable. +- [ ] I have updated corresponding documentation (if needed). +- [ ] No temporary placeholders (e.g., `TODO`, `FIXME`) are left in the submitted code. + +## Additional Notes (Optional) + +