Skip to content

Commit d510bfd

Browse files
Merge pull request #1125 from petr-muller/contributing-master-to-main
OCPBUGS-45922: CONTRIBUTING.md: Rename `master` to `main`
2 parents 5f7afd5 + 8113df7 commit d510bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Details [here][security].
1919
Anyone may [file issues][new-issue].
2020
For contributors who want to work up pull requests, the workflow is roughly:
2121

22-
1. Create a topic branch from where you want to base your work (usually master).
22+
1. Create a topic branch from where you want to base your work (usually `main`).
2323
2. Make commits of logical units.
2424
3. Make sure your commit messages are in the proper format (see [below](#commit-message-format)).
2525
4. Make sure your [code builds][build-cvo] and follows the [coding style](#coding-style)

0 commit comments

Comments
 (0)