Skip to content

Commit 2499ecd

Browse files
authored
[docs] Clarify the position regarding bot generated and AI-assisted PRs (open-telemetry#5894)
1 parent 9b08508 commit 2499ecd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,19 @@ Open a pull request against the main `opentelemetry-dotnet` repo.
203203
* If the PR is not ready for review, please mark it as
204204
[`draft`](https://github.blog/2019-02-14-introducing-draft-pull-requests/).
205205
* Make sure CLA is signed and all required CI checks are clear.
206-
* Submit small, focused PRs addressing a single
207-
concern/issue.
206+
* Submit small, focused PRs addressing a single concern/issue.
208207
* Make sure the PR title reflects the contribution.
209208
* Write a summary that helps understand the change.
210209
* Include usage examples in the summary, where applicable.
211210
* Include benchmarks (before/after) in the summary, for contributions that are
212211
performance enhancements.
212+
* We are open to bot generated PRs or AI/LLM assisted PRs. Actually, we are
213+
using
214+
[dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates)
215+
to automate the security updates. However, if you use bots to generate spam
216+
PRs (e.g. incorrect, noisy, non-improvements, unintelligible, trying to sell
217+
your product, etc.), we might close the PR right away with a warning, and if
218+
you keep doing so, we might block your user account.
213219

214220
### How to get pull requests merged
215221

0 commit comments

Comments
 (0)