diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0806cd8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +## Description + + + +## Type of change + +- [ ] ๐Ÿ› Bug fix +- [ ] โœจ New feature +- [ ] โ™ป๏ธ Refactor (no behavior change) +- [ ] ๐Ÿ“ Documentation +- [ ] ๐ŸŽจ Style / UI +- [ ] โšก Performance +- [ ] ๐Ÿงช Tests +- [ ] ๐Ÿ”ง CI / tooling + +## Checklist + +- [ ] `npm run lint` passes with 0 errors +- [ ] `npm run build` succeeds +- [ ] `npm test` passes +- [ ] Tested in Dark, Light, and OLED themes +- [ ] Mobile-responsive (375px+) +- [ ] i18n keys added for new user-facing strings (EN + FR) +- [ ] No secrets or `.env` values committed +- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) + +## Screenshots (if UI change) + +