Skip to content

Commit 718c6ff

Browse files
authored
chore: add additional text to CONTRIBUTING.md (#7806)
1 parent 4865a5e commit 718c6ff

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
@@ -49,6 +49,25 @@ as [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and [SOLID](http
4949
3. Don't include AWS account identifiers or secret keys in your examples.
5050
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).
5151

52+
## Automated Tools
53+
54+
The use of AI tooling for assisted development work is accepted and encouraged
55+
in this repository, but due to the volume of submissions we ask that you observe
56+
the following rules:
57+
58+
- All issue and pull request submissions to this repository that are sourced by
59+
AI must first be reviewed by a human before submitting to the repository.
60+
Items reviewed in this way must include a statement like "generated by AI
61+
tools, and reviewed by <person>"
62+
- Please ensure that your submissions are actually improvements. While we are
63+
grateful for any proposed fixes, even if they are very small, behavior that
64+
looks like creating nuisance PRs or artificially inflating submission counts
65+
is not acceptable.
66+
- We may close issues or pull requests, or limit your ability to interact with
67+
this repository, for behavior that in our estimation violates these rules or
68+
any of the other rules in this repository's
69+
[Code of Conduct](CODE_OF_CONDUCT.md).
70+
5271
---
5372

5473
## Disclaimers

0 commit comments

Comments
 (0)