Skip to content

Commit 96bbdc7

Browse files
committed
feat: add PR template
Signed-off-by: dotarjun <[email protected]> feat: add PR template Signed-off-by: dotarjun <[email protected]>
1 parent 75d98cc commit 96bbdc7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Description
2+
<!-- Please include a summary of the change and relevant motivation and context. -->
3+
Fixes # (issue)
4+
5+
# Type of change
6+
<!-- Please delete options that are not relevant. -->
7+
[ ] Bug fix (non-breaking change which fixes an issue)
8+
[ ] New feature (non-breaking change which adds functionality)
9+
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
10+
11+
# Checklist
12+
[ ] My code follows the style guidelines of this project
13+
[ ] I have performed a self-review of my own code
14+
[ ] I have commented my code, particularly in hard-to-understand areas
15+
[ ] I have made corresponding changes to the documentation
16+
[ ] My changes generate no new warnings
17+
[ ] Any dependent changes have been merged and published in downstream modules
18+
19+
# Screenshots (if appropriate)
20+
21+
# Other information
22+
<!-- Please add any other relevant information or screenshots about the change here. -->

0 commit comments

Comments
 (0)