mirror of https://github.com/jetkvm/kvm.git
chore: add PR templates (feature, bug fix) with issue linking and concise checklist
This commit is contained in:
parent
c775979ccb
commit
1bdaf45f77
|
|
@ -0,0 +1,9 @@
|
|||
Fixes #<issue-number>
|
||||
|
||||
Summary of the fix
|
||||
- What changed and why in 1–3 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
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
Closes #<issue-number>
|
||||
|
||||
Summary
|
||||
|
||||
- What and why in 1–3 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)
|
||||
Loading…
Reference in New Issue