Skip to content

Commit 49f8930

Browse files
author
Morgan Rhodes
authored
Update CONTRIBUTING.md
1 parent 1a43e73 commit 49f8930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ top of things.
1919
## Making Changes
2020

2121
* Create a topic branch from where you want to base your work.
22-
* This is usually the master branch.
22+
* This is usually the main branch.
2323
* Only target release branches if you are certain your fix must be on that
2424
branch.
25-
* To quickly create a topic branch based on master; `git checkout -b
26-
fix/master/my_contribution master`. Please avoid working directly on the
27-
`master` branch.
25+
* To quickly create a topic branch based on main; `git checkout -b
26+
fix/main/my_contribution main`. Please avoid working directly on the
27+
`main` branch.
2828
* Make commits of logical units.
2929
* Check for unnecessary whitespace with `git diff --check` before committing.
3030
* Make sure your commit messages are in the proper format.

0 commit comments

Comments
 (0)