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: CONTRIBUTING.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,25 @@ as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](http
49
49
3. Don't include AWS account identifiers or secret keys in your examples.
50
50
4. To conform to licensing expectation, please follow instructions on our [Licensing guidelines wiki page](https://github.com/awsdocs/aws-doc-sdk-examples/wiki/Licensing-guidelines).
51
51
52
+
## Automated Tools
53
+
54
+
The use of AI tooling for assisted development work is accepted and encouraged
55
+
in this repository, but due to the volume of submissions we ask that you observe
56
+
the following rules:
57
+
58
+
- All issue and pull request submissions to this repository that are sourced by
59
+
AI must first be reviewed by a human before submitting to the repository.
60
+
Items reviewed in this way must include a statement like "generated by AI
61
+
tools, and reviewed by <person>"
62
+
- Please ensure that your submissions are actually improvements. While we are
63
+
grateful for any proposed fixes, even if they are very small, behavior that
64
+
looks like creating nuisance PRs or artificially inflating submission counts
65
+
is not acceptable.
66
+
- We may close issues or pull requests, or limit your ability to interact with
67
+
this repository, for behavior that in our estimation violates these rules or
0 commit comments