docs: update CONTRIBUTING.md with lint and test steps, remove duplicate PR template

This commit is contained in:
Nicolas Varrot
2026-02-13 07:10:33 +00:00
parent 141bc4e8fc
commit 41f3952548
2 changed files with 9 additions and 27 deletions

View File

@@ -1,25 +0,0 @@
## Description
<!-- What does this PR do? Why is it needed? -->
## Type of Change
- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] 💅 Style / UI change
- [ ] ♻️ Refactor (no behavior change)
- [ ] 📝 Documentation
- [ ] 🧪 Tests
- [ ] 🔧 Build / CI / tooling
## Checklist
- [ ] `npm run build` passes with zero errors
- [ ] Tested in browser (dev server or production build)
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/)
- [ ] No secrets or credentials included
- [ ] Translations updated in `src/lib/i18n.ts` if UI text changed
## Screenshots
<!-- If this changes the UI, add before/after screenshots or a short GIF -->