Skip to content

Commit 6434a0b

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 2c14caf commit 6434a0b

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
## Types of changes
8+
9+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
10+
11+
- [ ] Bug fix (non-breaking changes which fixes an issue and no security issues and no fps)
12+
- [ ] New feature (non-breaking change which adds functionality and no security issues and no fps)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to change and no security issues and fps)
14+
15+
## Related Issue
16+
17+
<!--- This project only accepts pull requests related to open issues -->
18+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
19+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
20+
<!--- Please link to the issue here: -->
21+
22+
## Motivation and Context
23+
24+
<!--- Why is this change required? What problem does it solve? -->
25+
26+
## How Has This Been Tested?
27+
28+
<!--- Please describe in detail how you tested your changes. -->
29+
<!--- Include details of your testing environment, and the tests you ran to -->
30+
<!--- see how your change affects other areas of the code, etc. -->
31+
<!--- Unit tests are expected for all changes. -->
32+
33+
## Screenshots (if appropriate):
34+
35+
## Checklist:
36+
37+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
38+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
39+
40+
- [ ] I have updated the documentation (if required).
41+
- [ ] I have read the **CONTRIBUTING** document.
42+
- [ ] I have added tests to cover my changes.
43+
- [ ] All new and existing tests passed.
44+
- [ ] I added a picture of a cute animal cause it's fun

0 commit comments

Comments
 (0)