Skip to content

Commit fb06d47

Browse files
authored
Update PR template
1 parent b6e2fd9 commit fb06d47

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,22 @@
22
Since these model classes are auto-generated using the [JSON schemas](https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html)
33
in the developer documentation, we do not currently accept Pull Requests.
44
5-
All Pull Requests will be automatically closed.
6-
!-->
5+
All Pull Requests will be automatically closed, unless the request is generic and applies across **ALL** model classes.
6+
!-->
7+
## Description
8+
<!--- Describe your changes in detail -->
9+
10+
## Testing
11+
<!--- Please describe in detail how you tested your changes -->
12+
<!--- Include details of your testing environment like python version, dependencies, -->
13+
<!--- and the tests you ran to see how your change affects other areas of the code, etc. -->
14+
15+
## Motivation and Context
16+
<!--- Why is this change required? What problem does it solve? -->
17+
<!--- If it fixes an open [issue][issues], please link to the issue here -->
18+
19+
## Checklist
20+
- [ ] My code follows the code style of this project
21+
- [ ] My change requires a change to the documentation
22+
- [ ] The change is generic and can be done across all model classes.
23+
- [ ] By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)