Skip to content

Commit b24ac77

Browse files
authored
Create pull_request_template.md
1 parent 2f0228d commit b24ac77

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.github/pull_request_template.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Related Issue or bug
2+
3+
Info about Issue or bug
4+
5+
Closes #[issue number that will be closed through this PR]
6+
7+
# Describe the changes you've made
8+
9+
A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!
10+
11+
# Type of change
12+
13+
Please delete options that are not relevant.
14+
<!--
15+
Example how to mark a checkbox :-
16+
- [x] My code follows the code style of this project.
17+
-->
18+
- [ ] Bug fix (non-breaking change which fixes an issue)
19+
- [ ] New feature (non-breaking change which adds functionality)
20+
- [ ] Code style update (formatting, local variables)
21+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
22+
- [ ] This change requires a documentation update
23+
24+
# How Has This Been Tested?
25+
26+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
27+
28+
# Describe if there is any unusual behaviour of your code(Write `NA` if there isn't)
29+
30+
A clear and concise description of it.
31+
32+
# Checklist:
33+
34+
<!--
35+
Example how to mark a checkbox :-
36+
- [x] My code follows the code style of this project.
37+
-->
38+
- [ ] My code follows the style guidelines of this project.
39+
- [ ] I have performed a self-review of my own code.
40+
- [ ] I have commented my code, particularly in hard-to-understand areas.
41+
- [ ] I have made corresponding changes to the documentation.
42+
- [ ] My changes generate no new warnings.
43+
- [ ] I have added tests that prove my fix is effective or that my feature works.
44+
- [ ] New and existing unit tests pass locally with my changes.
45+
- [ ] Any dependent changes have been merged and published in downstream modules.
46+
47+
# Screenshots
48+
49+
Original | Updated
50+
:--------------------: |:--------------------:
51+
**original screenshot** | <b>updated screenshot </b> |

0 commit comments

Comments
 (0)