mirror of https://github.com/jetkvm/kvm.git
chore: add PR templates (feature, bug fix) (#889)
This commit is contained in:
parent
c775979ccb
commit
eb68c0ea5f
|
@ -0,0 +1,9 @@
|
|||
Fixes #<issue-number>
|
||||
|
||||
### Summary
|
||||
- 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,17 @@
|
|||
Closes #<issue-number>
|
||||
|
||||
### Summary
|
||||
|
||||
- What and why in 1–3 sentences.
|
||||
|
||||
### 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
|
||||
- [ ] Backward compatible with existing device firmware (See `DEVELOPMENT.md` for details)
|
Loading…
Reference in New Issue