Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 9b6ed52

Browse files
committed
(GH-11) Fix GitHub Templates
1 parent e3a4be5 commit 9b6ed52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ it would be.
1515

1616
# Making Changes
1717
* 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.
1919
* Make commits of logical units.
2020
* Check for unnecessary whitespace with `git diff --check` before committing.
2121
* 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.
4040
# Submitting Changes
4141
* Push your changes to a topic branch in your fork of the repository.
4242
* 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.
4444
* Celebrate
4545

4646
# Additional Resources

0 commit comments

Comments
 (0)