Skip to content

Commit

Permalink
Fix branch reference in PR template (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett authored Oct 25, 2021
1 parent 93507a0 commit 0f0ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-->

Expand Down

0 comments on commit 0f0ff7d

Please sign in to comment.