Skip to content

Commit 78a59e5

Browse files
Create pull_request_template.md
1 parent fee66e5 commit 78a59e5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# PR Details
2+
3+
<!--- Provide a general summary of your changes in the Title above -->
4+
5+
## Related Issue
6+
7+
<!--- This project only accepts pull requests related to open issues -->
8+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10+
<!--- Please link to the issue here: -->
11+
12+
## How Has This Been Tested
13+
14+
<!--- Please describe in detail how you tested your changes. -->
15+
<!--- Include details of your testing environment, and the tests you ran to -->
16+
<!--- see how your change affects other areas of the code, etc. -->
17+
18+
## Checklist
19+
20+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
21+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
22+
23+
- [ ] My code follows the code style of this project.
24+
- [ ] My change requires a change to the documentation.
25+
- [ ] I have updated the documentation accordingly.
26+
- [ ] I have read the **CONTRIBUTING** document.
27+
- [ ] I have added tests to cover my changes.
28+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)