You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ it would be.
15
15
16
16
# Making Changes
17
17
* From your fork of the repository, create a topic branch where work on your change will take place.
18
-
* To quickly create a topic branch based on master; `git checkout -b my_contribution master`. Please avoid working directly on the `master` branch.
18
+
* To quickly create a topic branch based on develop; `git checkout -b my_contribution develop`. Please avoid working directly on the`develop` or`master` branch.
19
19
* Make commits of logical units.
20
20
* Check for unnecessary whitespace with `git diff --check` before committing.
21
21
* Please follow the prevailing code conventions in the repository. Differences in style make the code harder to understand for everyone.
@@ -40,7 +40,7 @@ are highly apprecaited.
40
40
# Submitting Changes
41
41
* Push your changes to a topic branch in your fork of the repository.
42
42
* Submit a pull request to the main repository.
43
-
* Once the pull request has been reviewed and accepted, it will be merged with the master branch.
43
+
* Once the pull request has been reviewed and accepted, it will be merged with the develop branch.
0 commit comments