From f81e9ca9aad716486ee0cb9621e41d0042cc2bf6 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 4 Feb 2022 11:00:36 +0100 Subject: [PATCH] docs(contributing): use update branch button (#13995) --- .github/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/contributing.md b/.github/contributing.md index f3b8c55887..b3349c750a 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -32,6 +32,8 @@ This makes it harder for us to review your work because we don't know what has c PRs will always be squashed by us when we merge your work. Commit as many times as you need in your pull request branch. +If you are updating your PR branch from within the GitHub PR interface, then only use the default "Update branch" button. + Force pushing a PR is OK when: - you need to make large changes on a PR which require a full review anyway -- GitLab