Skip to content

Commit

Permalink
Add develop branch for development of current future release
Browse files Browse the repository at this point in the history
`develop`: for work that will later become a stable release.
`master`: only for stable releases.
  • Loading branch information
pbanaszkiewicz committed Jul 17, 2015
1 parent 0d98170 commit fe72f3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ If you would like to know what we need help with, please see the

## Coding Guidelines

* Please base your work from `develop` branch, not `master`! `develop`
contains latest work that will later become a new release, while `master`
contains latest stable release.
* All new code must be [PEP8 compatible][pep8], but legacy code should
not be modified unless its meaning is being changed.
* Contributors are strongly encouraged to write docstrings that conform
Expand Down

0 comments on commit fe72f3a

Please sign in to comment.