@@ -9,6 +9,7 @@ __Jump To:__
99* [ Feature Requests] ( #feature-requests )
1010* [ Code Contributions] ( #code-contributions )
1111* [ Running CI Checks Locally] ( #running-ci-checks-locally )
12+ * [ Automated Tools] ( #automated-tools )
1213* [ Additional Resources] ( #additional-resources )
1314
1415## Bug Reports
@@ -185,6 +186,24 @@ mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheck
185186mvn clean install -pl :dynamodb-enhanced -am -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip
186187```
187188
189+ ## Automated Tools
190+
191+ The use of AI tooling for assisted development work is accepted and encouraged
192+ in this repository, but due to the volume of sumissions we ask that you observe
193+ the following rules:
194+
195+ - All issue and pull request submissions to this repository that are sourced by
196+ AI must first be reviewed by a human before submitting to the repository.
197+ Items reviewed in this way must include a statement like "generated by AI
198+ tools, and reviewed by <person >"
199+ - Please ensure that your submissions are actually improvements. While we are
200+ grateful for any proposed fixes, even if they are very small, behavior that
201+ looks like creating nuisance PRs or artificially inflating submission counts
202+ is not acceptable.
203+ - We may close issues or pull requests, or limit your ability to interact with
204+ this repository, for behavior that in our estimation violates these rules or
205+ any of the other rules in this repository's
206+ [ Code of Conduct] ( CODE_OF_CONDUCT.md )
188207
189208## Additional Resources
190209We maintain [ docs] ( docs/README.md ) where information like design decisions, internal
0 commit comments