From 79912b2e77c22399d5e5673160afe3021df1a602 Mon Sep 17 00:00:00 2001 From: kellertk Date: Tue, 31 Mar 2026 14:25:31 -0700 Subject: [PATCH 1/2] chore: add additional text to CONTRIBUTING.md --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 283928c2a7c..e86ac2be4f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,25 @@ as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](http 3. Don't include AWS account identifiers or secret keys in your examples. 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). +## Automated Tools + +The use of AI tooling for assisted development work is accepted and encouraged +in this repository, but due to the volume of sumissions we ask that you observe +the following rules: + +- All issue and pull request submissions to this repository that are sourced by + AI must first be reviewed by a human before submitting to the repository. + Items reviewed in this way must include a statement like "generated by AI + tools, and reviewed by " +- Please ensure that your submissions are actually improvements. While we are + grateful for any proposed fixes, even if they are very small, behavior that + looks like creating nuisance PRs or artificially inflating submission counts + is not acceptable. +- We may close issues or pull requests, or limit your ability to interact with + this repository, for behavior that in our estimation violates these rules or + any of the other rules in this repository's + [Code of Conduct](CODE_OF_CONDUCT.md). + --- ## Disclaimers From 689e85358644cc8eefdb9b94a508d403a258bd73 Mon Sep 17 00:00:00 2001 From: kellertk Date: Tue, 31 Mar 2026 14:38:12 -0700 Subject: [PATCH 2/2] chore: minor typo fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e86ac2be4f2..f6d24741e6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](http ## Automated Tools The use of AI tooling for assisted development work is accepted and encouraged -in this repository, but due to the volume of sumissions we ask that you observe +in this repository, but due to the volume of submissions we ask that you observe the following rules: - All issue and pull request submissions to this repository that are sourced by