Skip to content

Commit 3815281

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
Signed-off-by: Son Nguyen <[email protected]>
1 parent c79b620 commit 3815281

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Description
2+
3+
_Please include a summary of the changes and the related issue. Also include any relevant motivation and context._
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
- [ ] Bug fix
10+
- [ ] New feature
11+
- [ ] Breaking change
12+
- [ ] Documentation update
13+
14+
## How Has This Been Tested?
15+
16+
_Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce._
17+
18+
- [ ] Unit tests
19+
- [ ] Integration tests
20+
- [ ] Manual testing
21+
22+
## Checklist
23+
24+
- [ ] My code follows the style guidelines of this project
25+
- [ ] I have performed a self-review of my own code
26+
- [ ] I have commented my code, particularly in hard-to-understand areas
27+
- [ ] I have made corresponding changes to the documentation
28+
- [ ] My changes generate no new warnings
29+
- [ ] I have added tests that prove my fix is effective or that my feature works
30+
- [ ] New and existing unit tests pass locally with my changes

0 commit comments

Comments
 (0)