From df1aeae8143d724e37d1781ce402810e2d791a95 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Sun, 24 Oct 2021 17:19:52 +0200 Subject: [PATCH] Fix branch reference in PR template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6289b226bee0..238e7ef30e3c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ b. Start with an imperative verb. Example: Fix the latency between System A and System B. c. Use sentence case, not title case. d. Use a complete phrase or sentence. The PR title will appear in a changelog, so help other people understand what your change will be. -3. Rebase your PR if it gets out of sync with master +3. Rebase your PR if it gets out of sync with main 4. If changing the Helm chart, please ensure the chart version is increased per semantic versioning (https://semver.org) -->