Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 234bd80

Browse files
committed
update
1 parent 555da98 commit 234bd80

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

PULL_REQUEST_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Pull Request Template
2+
3+
## Description
4+
5+
Please include a summary of the changes and the related issue.
6+
Also include relevant motivation and context.
7+
8+
Fixes #(issue_number)
9+
10+
## Type of change
11+
12+
- [ ] Bug fix
13+
- [ ] New feature
14+
- [ ] Breaking change
15+
- [ ] Documentation update
16+
17+
## How Has This Been Tested?
18+
19+
Describe the tests that you ran to verify your changes.
20+
Include instructions so others can reproduce.
21+
22+
- [ ] Test A
23+
- [ ] Test B
24+
25+
## Checklist
26+
27+
- [ ] My code follows the style guidelines of this project
28+
- [ ] I have performed a self-review of my code
29+
- [ ] I have commented my code, particularly in hard-to-understand areas
30+
- [ ] I have made corresponding changes to the documentation
31+
- [ ] My changes generate no new warnings
32+
- [ ] I have added tests that prove my fix is effective or that my feature works
33+
- [ ] New and existing unit tests pass locally with my changes
34+
35+
---
36+
37+
Thank you for your contribution!

0 commit comments

Comments
 (0)