Skip to content

Commit 58328e6

Browse files
sbalujakellertk
andauthored
Pr3780 - chore: add additional text to CONTRIBUTING.md (#3782)
* chore: add additional text to CONTRIBUTING.md * chore: minor typo fix --------- Co-authored-by: kellertk <kellertk@amazon.com>
1 parent 63af202 commit 58328e6

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,27 @@ If your branch has more than one commit when it's approved, you will also be ask
9393
* Forward declare whenever possible.
9494
* Use nullptr instead of NULL.
9595

96+
## Automated Tools
97+
98+
The use of AI tooling for assisted development work is accepted and encouraged
99+
in this repository, but due to the volume of submissions we ask that you observe
100+
the following rules:
101+
102+
- All issue and pull request submissions to this repository that are sourced by
103+
AI must first be reviewed by a human before submitting to the repository.
104+
Items reviewed in this way must include a statement like "generated by AI
105+
tools, and reviewed by <person>"
106+
- Please ensure that your submissions are actually improvements. While we are
107+
grateful for any proposed fixes, even if they are very small, behavior that
108+
looks like creating nuisance PRs or artificially inflating submission counts
109+
is not acceptable.
110+
- We may close issues or pull requests, or limit your ability to interact with
111+
this repository, for behavior that in our estimation violates these rules or
112+
any of the other rules in this repository's
113+
[Code of Conduct](CODE_OF_CONDUCT.md)
114+
96115
[license]: ./LICENSE.txt
97116
[mwe]: https://en.wikipedia.org/wiki/Minimal_Working_Example
98117
[markdown]: https://guides.github.com/features/mastering-markdown/
99118
[issues]: https://github.com/aws/aws-sdk-cpp/issues
100-
[pull-requests]: https://github.com/aws/aws-sdk-cpp/pulls
119+
[pull-requests]: https://github.com/aws/aws-sdk-cpp/pulls

0 commit comments

Comments
 (0)