Skip to content

Commit 82d7753

Browse files
committed
chore(github): 🍱 Add Pull Request Template for GitHub
1 parent 829e335 commit 82d7753

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Description
2+
3+
<!-- Please include a summary of the changes and the related issue. Also please include relevant motivation and context. List any dependencies that are required
4+
for this change. -->
5+
6+
<!-- Remove the Below line if it doesn't related to Issues -->
7+
8+
Fixes # (issue)
9+
10+
## Type of change
11+
12+
Please delete options that are not relevant.
13+
14+
- [ ] Bug fix (non-breaking change which fixes an issue)
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Breaking change (fix or feature that would cause existing functionality to
17+
not work as expected)
18+
- [ ] This change requires a documentation update
19+
20+
## How has this been tested?
21+
22+
Please describe the tests that you ran to verify your changes. Provide
23+
instructions so we can reproduce.
24+
25+
- [ ] Linting Passed
26+
- [ ] Others
27+
28+
## Checklist:
29+
30+
- [ ] My code follows the style guidelines of this project
31+
- [ ] I have performed a self-review of my code
32+
- [ ] I have commented my code, particularly in hard-to-understand areas
33+
- [ ] I have made corresponding changes to the documentation
34+
- [ ] My changes generate no new warnings
35+
- [ ] I have added tests that prove my fix is effective or that my feature works
36+
- [ ] New and existing unit tests pass locally with my changes

0 commit comments

Comments
 (0)