From c32cb6eef9ce320ea5a1f3845fc57b83762c237e Mon Sep 17 00:00:00 2001 From: Xuan Yang Date: Thu, 14 Aug 2025 15:12:49 -0700 Subject: [PATCH] chore: remove the "one commit" requirement from the contributing guide PiperOrigin-RevId: 795217167 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc07233531..f345a9040d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,8 +49,7 @@ This project follows ## Requirement for PRs -- Each PR should only have one commit. Please squash it if there are multiple PRs. -- All PRs, other than small documentation or typo fixes, should have a Issue assoicated. If not, please create one. +- All PRs, other than small documentation or typo fixes, should have a Issue associated. If not, please create one. - Small, focused PRs. Keep changes minimal—one concern per PR. - For bug fixes or features, please provide logs or screenshot after the fix is applied to help reviewers better understand the fix. - Please include a `testing plan` section in your PR to talk about how you will test. This will save time for PR review. See `Testing Requirements` section for more details.