docs: add guidance for creating smaller, self-contained PRs (#27155)

* docs: add guidance for creating smaller, self-contained PRs

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* fix: remove PR size check from cubic-devin-review.yml per review feedback

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

* docs: clarify PR size limits apply to code files only

Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Volnei Munhoz
2026-01-22 15:06:11 -03:00
committed by GitHub
co-authored by Volnei Munhoz Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent a0ff6b15f8
commit 1c09413ef4
3 changed files with 60 additions and 0 deletions
+1
View File
@@ -42,3 +42,4 @@ A visual demonstration is strongly recommended, for both the original and new ch
- My code doesn't follow the style guidelines of this project
- I haven't commented my code, particularly in hard-to-understand areas
- I haven't checked if my changes generate no new warnings
- My PR is too large (>500 lines or >10 files) and should be split into smaller PRs