From b9f87cf73ef19263025a2ee7c6a58918f8b90686 Mon Sep 17 00:00:00 2001 From: kellertk Date: Tue, 31 Mar 2026 13:44:51 -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 cdcb5212b8cb..65576e8c740c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,6 +93,25 @@ If your branch has more than one commit when it's approved, you will also be ask * Forward declare whenever possible. * Use nullptr instead of NULL. +## 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) + [license]: ./LICENSE.txt [mwe]: https://en.wikipedia.org/wiki/Minimal_Working_Example [markdown]: https://guides.github.com/features/mastering-markdown/ From a0475d7a2d09eb642b1a9075d7808433c5b26620 Mon Sep 17 00:00:00 2001 From: kellertk Date: Tue, 31 Mar 2026 14:35:44 -0700 Subject: [PATCH 2/2] chore: minor typo fix --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65576e8c740c..0b2c8979a5c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ If your branch has more than one commit when it's approved, you will also be ask ## 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 @@ -116,4 +116,4 @@ the following rules: [mwe]: https://en.wikipedia.org/wiki/Minimal_Working_Example [markdown]: https://guides.github.com/features/mastering-markdown/ [issues]: https://github.com/aws/aws-sdk-cpp/issues -[pull-requests]: https://github.com/aws/aws-sdk-cpp/pulls \ No newline at end of file +[pull-requests]: https://github.com/aws/aws-sdk-cpp/pulls