Skip to content

Commit 6c4ee06

Browse files
feat: added pull request template (#149)
1 parent 7c5ffe9 commit 6c4ee06

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -->
2+
3+
## Fixes Issue
4+
5+
<!-- Remove this section if not applicable -->
6+
7+
<!-- Example: Closes #31 -->
8+
9+
## Changes proposed
10+
11+
<!-- List all the proposed changes in your PR -->
12+
13+
<!-- Mark all the applicable boxes. To mark the box as done follow the following conventions -->
14+
<!--
15+
[x] - Correct; marked as done
16+
[X] - Correct; marked as done
17+
18+
[ ] - Not correct; marked as **not** done
19+
-->
20+
21+
## Check List (Check all the applicable boxes) <!-- Follow the above conventions to check the box -->
22+
23+
- [ ] My code follows the code style of this project.
24+
- [ ] My change requires changes to the documentation.
25+
- [ ] I have updated the documentation accordingly.
26+
- [ ] All new and existing tests passed.
27+
- [ ] The title of my pull request is a short description of the requested changes.
28+
29+
## Screenshots
30+
31+
<!-- Add all the screenshots which support your changes -->
32+
33+
## Note to reviewers
34+
35+
<!-- Add notes to reviewers if applicable -->

0 commit comments

Comments
 (0)