chore: remove duplicate PR template (keep uppercase version)

This commit is contained in:
Nicolas Varrot
2026-02-13 13:10:16 +00:00
parent 26e433b1a3
commit 60411971b7

View File

@@ -1,30 +0,0 @@
## Description
<!-- What does this PR do? Keep it concise. -->
## 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
<!-- If this changes the UI, add before/after screenshots. Delete this section otherwise. -->
## Related Issues
<!-- Closes #123, Fixes #456 — or delete this section -->