Skip to content

Commit f619d54

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent d426560 commit f619d54

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)