Prepare GitHub alpha launch (README, CI, tests, release workflow)

This commit is contained in:
Sebastian Palencsar
2026-02-23 07:44:41 +01:00
commit 5f66ae9e14
12 changed files with 3035 additions and 0 deletions

27
.github/pull_request_template.md vendored Executable file
View File

@@ -0,0 +1,27 @@
## 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.