Skip to content

Commit 091fb3b

Browse files
committed
chore: add pr template
1 parent a488d27 commit 091fb3b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Pull Request Template
2+
3+
## PR Description
4+
Please provide a background of this PR and its purpose here.
5+
6+
## Linked Issue
7+
If this PR addresses any issues, please mention them here. For example: Resolves #123
8+
9+
## Type of Change
10+
- [ ] Bug fix
11+
- [ ] New feature
12+
- [ ] Performance enhancement
13+
- [ ] Code refactor
14+
- [ ] Documentation update
15+
- [ ] Other, please describe:
16+
17+
## Checklist
18+
Before submitting this PR, please make sure:
19+
- [ ] I have read the [CONTRIBUTING.md](/CONTRIBUTING.md) guidelines.
20+
- [ ] I have tested my changes locally to ensure they are effective.
21+
- [ ] I have updated the necessary documentation (if applicable).
22+
23+
## Additional Information
24+
Provide any other important information about this PR here.

0 commit comments

Comments
 (0)