Skip to content

Commit 6df41b0

Browse files
committed
Update CONTRIBUTING.md
PRs will now be accepted on the master branch.
1 parent 125eb7b commit 6df41b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ written, documented and tested pull requests are encouraged.
1414
## Making Changes
1515

1616
* Create a topic branch from where you want to base your work.
17-
* This is usually the develop branch.
17+
* This is usually the master branch.
1818
* Only target release branches if you are certain your fix must be on that
1919
branch.
20-
* To quickly create a topic branch based on develop; `git checkout -b
21-
fix/develop/my_contribution develop`. Please avoid working directly on the
20+
* To quickly create a topic branch based on master; `git checkout -b
21+
fix/develop/my_contribution master`. Please avoid working directly on the
2222
`master` branch.
2323
* Make commits of logical units.
2424
* Check for unnecessary whitespace with `git diff --check` before committing.

0 commit comments

Comments
 (0)