Skip to content

Commit 3d98645

Browse files
authored
chore: add AI contribution policy to CONTRIBUTING.md (#1835)
1 parent 93e2ec9 commit 3d98645

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ To send us a pull request, please:
6969
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
7070
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
7171

72+
### Automated Tools
73+
74+
The use of AI tooling for assisted development work is accepted and encouraged in this repository, but due to the volume
75+
of submissions we ask that you observe the following rules:
76+
77+
- All issue and pull request submissions to this repository that are sourced by AI must first be reviewed by a human
78+
before submitting to the repository. Items reviewed in this way must include a statement like "generated by AI tools,
79+
and reviewed by <person>"
80+
- Please ensure that your submissions are actually improvements. While we are grateful for any proposed fixes, even if
81+
they are very small, behavior that looks like creating nuisance PRs or artificially inflating submission counts is not
82+
acceptable.
83+
- We may close issues or pull requests, or limit your ability to interact with this repository, for behavior that in our
84+
estimation violates these rules or any of the other rules in the
85+
[Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
86+
7287
### API and style guidelines
7388

7489
The AWS SDK for Kotlin is a multiplatform library intended to work for a wide variety of environments and use cases.

0 commit comments

Comments
 (0)