Fix branch reference in PR template (#4535)

pull/4538/head
Calle Pettersson 4 years ago committed by GitHub
parent 93507a00ed
commit 0f0ff7d949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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)
-->

Loading…
Cancel
Save