Skip to content

Commit bf65ea3

Browse files
authored
Create PULL_RUEST_TEMPLATE.md
1 parent 6197996 commit bf65ea3

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.github/PULL_RUEST_TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# PR Details
2+
3+
<!--- Provide a general summary of your changes in the Title above -->
4+
5+
## Description
6+
7+
<!--- Describe your changes in detail -->
8+
9+
## Related Issue
10+
11+
<!--- This project only accepts pull requests related to open issues -->
12+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
13+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
14+
<!--- Please link to the issue here: -->
15+
16+
## Motivation and Context
17+
18+
<!--- Why is this change required? What problem does it solve? -->
19+
20+
## How Has This Been Tested
21+
22+
<!--- Please describe in detail how you tested your changes. -->
23+
<!--- Include details of your testing environment, and the tests you ran to -->
24+
<!--- see how your change affects other areas of the code, etc. -->
25+
26+
## Types of changes
27+
28+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
29+
30+
- [ ] Docs change / refactoring / dependency upgrade
31+
- [ ] Bug fix (non-breaking change which fixes an issue)
32+
- [ ] New feature (non-breaking change which adds functionality)
33+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
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+
- [ ] My code follows the code style of this project.
41+
- [ ] My change requires a change to the documentation.
42+
- [ ] I have updated the documentation accordingly.
43+
- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document.
44+
- [ ] I have added tests to cover my changes.
45+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)