Skip to content

Commit dfaa148

Browse files
committed
add pr template
Signed-off-by: chang-ning <spiderpower02@gmail.com>
1 parent 8663091 commit dfaa148

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Purpose
2+
3+
<!-- Explain what this PR does and why. Link related issues, e.g. "Closes #123". -->
4+
5+
## Test Plan
6+
7+
<!-- How did you test this? Commands, hardware/NIC used, or steps to reproduce. -->
8+
9+
## Test Result
10+
11+
<!-- Paste the outcome: command output, before/after counters, screenshots of the TUI, etc. -->
12+
13+
---
14+
15+
<details>
16+
<summary>Checklist</summary>
17+
18+
- [ ] `cargo fmt --check` passes
19+
- [ ] `cargo clippy -- -D warnings` passes
20+
- [ ] `cargo test` passes
21+
- [ ] Tested on RDMA-capable hardware (or explained why not in the Test Plan)
22+
- [ ] Docs/README updated if behavior or flags changed
23+
24+
</details>

0 commit comments

Comments
 (0)