返回 DeepSeek-TUI-2026
PULL_REQUEST_TEMPLATE.md
根目录 / .github / PULL_REQUEST_TEMPLATE.md
1 ## Summary
2
3 ## Testing
4
5 - [ ] `cargo test --all-features`
6 - [ ] `cargo fmt --all -- --check`
7 - [ ] `cargo clippy --all-targets --all-features`
8
9 ## Checklist
10
11 - [ ] Updated docs or comments as needed
12 - [ ] Added or updated tests where relevant
13 - [ ] Verified TUI behavior manually if UI changes
14
14 lines MARKDOWN