chore: discourage LLM-generated PRs (#26211)

* chore: discourage LLM-generated PRs

* chore: add reading CONTRIBUTING.md to PR checklist

* chore: workflow to close LLM-generated PRs
This commit is contained in:
bo0tzz
2026-02-14 17:40:27 +01:00
committed by GitHub
parent 2fb9f84b56
commit 72cefcabaf
3 changed files with 40 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ The `/api/something` endpoint is now `/api/something-else`
## Checklist:
- [ ] I have carefully read CONTRIBUTING.md
- [ ] I have performed a self-review of my own code
- [ ] I have made corresponding changes to the documentation if applicable
- [ ] I have no unrelated changes in the PR.