From 8679fdc3a0b72fdc20abe9d7dc583c4c9ed31468 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 05:55:01 +0000 Subject: [PATCH] docs: add pull request template for contributors --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..13b5a81 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Description + + + +## Type + +- [ ] `feat` — New feature +- [ ] `fix` — Bug fix +- [ ] `docs` — Documentation only +- [ ] `refactor` — Code change that neither fixes a bug nor adds a feature +- [ ] `style` — Formatting, CSS, UI tweaks +- [ ] `perf` — Performance improvement +- [ ] `ci` — CI/CD changes +- [ ] `chore` — Maintenance / tooling + +## Checklist + +- [ ] `npm run lint` passes with 0 errors +- [ ] `npm run build` succeeds +- [ ] Tested in browser (dark + light theme) +- [ ] No hardcoded secrets or credentials +- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) + +## Screenshots + + + +## Related Issues + +