Skip to content

Commit feead21

Browse files
committed
Create PULL_REQUEST_TEMPLATE.md
1 parent 32fb470 commit feead21

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here -->
9+
10+
## Testing
11+
<!--- Please describe in detail how you tested your changes -->
12+
<!--- Include details of your testing environment, and the tests you ran to -->
13+
<!--- see how your change affects other areas of the code, etc. -->
14+
15+
## Screenshots (if appropriate)
16+
17+
## Types of changes
18+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
19+
- [ ] Bug fix (non-breaking change which fixes an issue)
20+
- [ ] New feature (non-breaking change which adds functionality)
21+
22+
## Checklist
23+
<!--- Go over all the following points, and put an `x` in all the boxes that apply -->
24+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
25+
- [ ] I have read the **CONTRIBUTING** document
26+
- [ ] Local run of `mvn install` succeeds
27+
- [ ] My code follows the code style of this project
28+
- [ ] My change requires a change to the Javadoc documentation
29+
- [ ] I have updated the Javadoc documentation accordingly
30+
- [ ] I have read the **README** document
31+
- [ ] I have added tests to cover my changes
32+
- [ ] All new and existing tests passed
33+
- [ ] A short description of the change has been added to the **CHANGELOG**
34+
35+
## License
36+
<!--- The SDK is released under the Apache 2.0 license (http://aws.amazon.com/apache2.0/), so any code you submit will be released under that license -->
37+
<!--- For substantial contributions, we may ask you to sign a Contributor License Agreement (http://en.wikipedia.org/wiki/Contributor_License_Agreement) -->
38+
<!--- Put an `x` in the below box if you confirm that this request can be released under the Apache 2 license -->
39+
- [ ] I confirm that this pull request can be released under the Apache 2 license

0 commit comments

Comments
 (0)