From ffa9b361db615ae365ba62c09a8f4226fb761551 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Fri, 27 Jun 2025 12:05:41 -0700 Subject: [PATCH] docs: Update CONTRIBUTING.md Merge https://github.com/google/adk-python/pull/1703 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1703 from google:hangfei-patch-1 251b530e8346ab03a3bfd84c837f14578be37285 PiperOrigin-RevId: 776670181 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 597feef6..733f1143 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +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. - 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.