chore: add PR templates (feature, bug fix) with issue linking and concise checklist

This commit is contained in:
Adam Shiervani 2025-10-16 15:28:16 +02:00
parent c775979ccb
commit 1bdaf45f77
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Fixes #<issue-number>
Summary of the fix
- What changed and why in 13 sentences.
Checklist
- [ ] Linked to issue(s) above by issue number (e.g. `Closes #<issue-number>`)
- [ ] One problem per PR (no unrelated changes)
- [ ] Lints pass; CI green

View File

@ -0,0 +1,18 @@
Closes #<issue-number>
Summary
- What and why in 13 sentences.
Screenshots/videos (UI changes)
- Add before/after images or a short clip.
Checklist
- [ ] Linked to issue(s) above by issue number (e.g. `Closes #<issue-number>`)
- [ ] One problem per PR (no unrelated changes)
- [ ] Lints pass; CI green
- [ ] Tricky parts are commented in code
- [ ] Internationalization (see `DEVELOPMENT.md` for details)
- [ ] Backward compatible with existing device firmware (See `DEVELOPMENT.md` for details)