Files
rtk-ai--rtk/.github/PULL_REQUEST_TEMPLATE.md
2026-07-13 12:01:57 +08:00

14 lines
402 B
Markdown

## Summary
<!-- What does this PR do? Keep it short (1-3 bullet points). -->
-
## Test plan
<!-- How did you verify this works? -->
- [ ] `cargo fmt --all && cargo clippy --all-targets && cargo test`
- [ ] Manual testing: `rtk <command>` output inspected
> **Important:** All PRs must target the `develop` branch (not `master`).
> See [CONTRIBUTING.md](../blob/master/CONTRIBUTING.md) for details.