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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
### Checklist
8
8
9
+
-[ ] Review the [generative AI contribution guidelines](https://github.com/aws/serverless-application-model/blob/develop/CONTRIBUTING.md#ai-usage)
9
10
-[ ] Adheres to the [development guidelines](https://github.com/aws/serverless-application-model/blob/develop/DEVELOPMENT_GUIDE.md#development-guidelines)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ transparent and open process for evolving AWS SAM.
7
7
8
8
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution.
9
9
10
+
## AI Usage
11
+
12
+
While using generative AI is allowed when contributing to this project, please keep the following points in mind:
13
+
14
+
* Review all code yourself before you submit it.
15
+
* Understand all the code you have submitted in order to answer any questions the maintainers could have when reviewing your PR.
16
+
* Avoid being overly verbose in code and testing - extra code can be hard to review.
17
+
* For example, avoid writing unit tests that duplicate existing ones, or test libraries that you're using.
18
+
* Keep PR descriptions, comments, and follow ups concise.
19
+
* Ensure AI-generated code meets the same quality standards as human-written code.
20
+
10
21
## Integrating AWS SAM into your tool
11
22
12
23
We encourage you to modify SAM to integrate it with other frameworks and deployment providers from the community for building serverless applications. If you're building a new tool that will use AWS SAM, let us know how we can help!
0 commit comments