You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,22 @@
2
2
Since these model classes are auto-generated using the [JSON schemas](https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html)
3
3
in the developer documentation, we do not currently accept Pull Requests.
4
4
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