@@ -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