File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments