Files
deskify/.github/pull_request_template.md
2026-02-23 07:44:41 +01:00

28 lines
560 B
Markdown
Executable File

## Summary
Describe what changed and why.
## Type of Change
- [ ] Feature
- [ ] Fix
- [ ] Refactor
- [ ] Docs
- [ ] CI / Build
## What Was Tested
- [ ] `cargo fmt --check`
- [ ] `cargo clippy --all-targets --all-features -- -D warnings`
- [ ] `cargo test`
- [ ] `cargo check`
- [ ] Manual smoke test (`build` / `list` / `remove`) when behavior changed
## Behavior / Risk Notes
List any edge cases, compatibility impacts, or known limitations.
## Screenshots (if relevant)
Only needed when desktop integration behavior/UI-visible changes are involved.