Skip to content

Commit 3c3211d

Browse files
committed
[MNT] add PR template
1 parent 0b46bc9 commit 3c3211d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Description
2+
3+
<!-- Briefly describe what this PR does -->
4+
5+
## Related Issues
6+
7+
<!-- Link related issues using keywords: "Fixes #123" or "Related to #456" -->
8+
9+
## Type of Change
10+
11+
<!-- Mark the applicable option with [x] -->
12+
13+
- [ ] `[Fix]` - Bug fix (non-breaking change fixing an issue)
14+
- [ ] `[Feature]` - New feature (non-breaking change adding functionality)
15+
- [ ] `[Refactor]` - Code refactoring (no functional changes)
16+
- [ ] `[Release]` - Release preparation
17+
- [ ] `[Hotfix]` - Critical fix for production
18+
19+
## How was this solved?
20+
21+
<!-- Explain your approach to solving the issue -->
22+
23+
## Checklist
24+
25+
- [ ] PR title includes appropriate tag: `[Fix]`, `[Feature]`, `[Refactor]`, `[Release]`, or `[Hotfix]`
26+
- [ ] Linked to related issue (if applicable)
27+
- [ ] Code passes `make check` (lint, format, isort)
28+
- [ ] Tests added/updated for changes (if applicable)
29+
- [ ] Documentation updated (if applicable)
30+
31+
## Testing
32+
33+
<!-- How can reviewers verify this change works? -->
34+
35+
## Additional Notes
36+
37+
<!-- Any additional context, screenshots, or considerations -->

0 commit comments

Comments
 (0)