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/2] 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/2] 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