From 7fc805038910a592c63d539a8d29bf87143c0219 Mon Sep 17 00:00:00 2001 From: Max Kaminskiy Date: Thu, 15 Aug 2019 20:30:33 -0700 Subject: [PATCH] Note to limit changes in PR to one language (#15773) * Updated Start Contributing docs asking to limit changes to one language in each PR. * Moved note about one language per PR to end of step 5. --- content/en/docs/contribute/start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/contribute/start.md b/content/en/docs/contribute/start.md index 67fbe8d38a..8d953ba57c 100644 --- a/content/en/docs/contribute/start.md +++ b/content/en/docs/contribute/start.md @@ -261,6 +261,10 @@ pull request if it detects that you pushed a new branch to your fork. link for the `deploy/netlify` test, near the bottom of the page. It opens in the same browser window by default. + {{< note >}} + Please limit pull requests to one language per PR. For example, if you need to make an identical change to the same code sample in multiple languages, open a separate PR for each language. + {{< /note >}} + 6. Wait for review. Generally, reviewers are suggested by the `k8s-ci-robot`. If a reviewer asks you to make changes, you can go to the **Files changed** tab and click the pencil icon on any files that have been changed by the