From 2204b026c83ce6bf9ee5e7dc087b5c9e8790b865 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 11 Jul 2026 05:35:51 -0500 Subject: [PATCH 1/3] docs: no ai generated pull requests --- apps/docs/src/content/docs/contributing/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/docs/src/content/docs/contributing/getting-started.md b/apps/docs/src/content/docs/contributing/getting-started.md index f8dea78811..5091a8fce6 100644 --- a/apps/docs/src/content/docs/contributing/getting-started.md +++ b/apps/docs/src/content/docs/contributing/getting-started.md @@ -63,6 +63,10 @@ Make sure the title starts with a semantic prefix: - **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) +### No AI-generated Pull requests + +Due to limited capacity on our side, A-generated pull requests will not be merged. They may suffer from unmaintainable code, hallucinations, among other things. + ## Things to keep in mind Here are some tips and reminders to help you in your contribution. From 5a11efe21a5d60b86c2a8735788fb4c68e436f29 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 11 Jul 2026 05:44:11 -0500 Subject: [PATCH 2/3] fix: typo --- apps/docs/src/content/docs/contributing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/content/docs/contributing/getting-started.md b/apps/docs/src/content/docs/contributing/getting-started.md index 5091a8fce6..8d9706bcff 100644 --- a/apps/docs/src/content/docs/contributing/getting-started.md +++ b/apps/docs/src/content/docs/contributing/getting-started.md @@ -65,7 +65,7 @@ Make sure the title starts with a semantic prefix: ### No AI-generated Pull requests -Due to limited capacity on our side, A-generated pull requests will not be merged. They may suffer from unmaintainable code, hallucinations, among other things. +Due to limited capacity on our side, AI-generated pull requests will not be merged. They may suffer from unmaintainable code, hallucinations, or other issues requiring additional review. ## Things to keep in mind From 7437fbfb16ef02161b01739fc07d067081f74734 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:46:31 -0500 Subject: [PATCH 3/3] docs: clarify ai policy --- apps/docs/src/content/docs/contributing/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/docs/src/content/docs/contributing/getting-started.md b/apps/docs/src/content/docs/contributing/getting-started.md index 8d9706bcff..e522305de8 100644 --- a/apps/docs/src/content/docs/contributing/getting-started.md +++ b/apps/docs/src/content/docs/contributing/getting-started.md @@ -63,9 +63,11 @@ Make sure the title starts with a semantic prefix: - **build**: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - **ci**: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) -### No AI-generated Pull requests +### No AI-generated pull requests -Due to limited capacity on our side, AI-generated pull requests will not be merged. They may suffer from unmaintainable code, hallucinations, or other issues requiring additional review. +Due to limited capacity on our side, fully AI-generated pull requests will not be merged. They may suffer from unmaintainable code, hallucinations, or other issues requiring additional review. + +AI-assisted pull requests that are properly scoped and receive meaningful human review are still open to being merged. A good rule of thumb is that the AI usage should be near unnoticable! ## Things to keep in mind