Skip to content

Commit 7497994

Browse files
committed
add pr template
1 parent ff07bfc commit 7497994

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Pull Request
2+
3+
## Summary
4+
5+
<!-- One or two sentences describing what this PR does and why. -->
6+
7+
## Type of Change
8+
9+
- [ ] Bug fix
10+
- [ ] New feature / enhancement
11+
- [ ] Performance improvement
12+
- [ ] Refactor (no behavior change)
13+
- [ ] Documentation
14+
- [ ] CI / tooling
15+
16+
## Related Issue
17+
18+
Closes # <!-- issue number, or "N/A" -->
19+
20+
## Changes
21+
22+
<!-- Bullet list of notable changes. Focus on the *what*, not the *how*. -->
23+
24+
-
25+
-
26+
27+
## Testing
28+
29+
<!-- Describe how you tested this. Include platforms if relevant. -->
30+
31+
**Platforms tested:**
32+
- [ ] Linux
33+
- [ ] macOS
34+
- [ ] Other: ___
35+
36+
**Test steps:**
37+
38+
1.
39+
2.
40+
41+
## Performance Impact
42+
43+
<!-- If this touches rendering, metrics collection, or data structures, note any perf implications.
44+
Include before/after flamegraph or benchmark numbers if available. -->
45+
46+
N/A
47+
48+
## Checklist
49+
50+
- [ ] `cargo clippy` passes with no new warnings
51+
- [ ] `cargo test` passes
52+
- [ ] `cargo fmt` applied
53+
- [ ] No new `unwrap()`/`expect()` without justification in a comment
54+
- [ ] non-obvious logic have doc comments
55+
- [ ] CHANGELOG updated (if user-facing change)

0 commit comments

Comments
 (0)