Skip to content

Commit 14a717c

Browse files
kellertkzoewangg
andauthored
chore: add additional text to CONTRIBUTING.md (#6833)
* chore: add additional text to CONTRIBUTING.md * chore: minor typo fix --------- Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>
1 parent c82e627 commit 14a717c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
185186
mvn 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 submissions 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
190209
We maintain [docs](docs/README.md) where information like design decisions, internal

0 commit comments

Comments
 (0)