Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 73fc81b

Browse files
authored
Create pull_request_template.md (#227)
1 parent 311b0fd commit 73fc81b

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+
<!-- 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+
- [ ] This PR does not contain plagiarized content.
28+
- [ ] The title of my pull request is a short description of the requested changes.
29+
30+
## Screenshots
31+
32+
<!-- Add all the screenshots which support your changes -->
33+
34+
## Note to reviewers
35+
36+
<!-- Add notes to reviewers if applicable -->

0 commit comments

Comments
 (0)