Skip to content

Commit

Permalink
Dev: Adjust CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 3, 2020
1 parent 6c69a7b commit b4f74e8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Expand Up @@ -20,12 +20,11 @@ top of things.
## Making changes

* Create a topic branch from where you want to base your work.
* This is usually the master branch.
* Only target release branches if you are certain your fix must be on that
branch.
* To quickly create a topic branch based on master; `git checkout -b
fix/master/my_contribution master`. Please avoid working directly on the
`master` branch.
* Bug fixes go into the master branch
* New features go into the develop branch
* To quickly create a topic branch based on develop; `git checkout -b
fix/develop/my_contribution develop`. Please avoid working directly on the
`develop` or `master` branch.
* Make commits of logical units.
* Check for unnecessary whitespace with `git diff --check` before committing.
* Make sure your commit messages are in the proper format - check out our
Expand Down

0 comments on commit b4f74e8

Please sign in to comment.