Update contrib file.

This commit is contained in:
Tim 2015-08-11 22:56:16 +02:00
parent a039641aba
commit 2c77f2df98

View file

@ -12,7 +12,7 @@ In case you read this because you are posting an issue, please take a minute and
If you think you can contribute code to the PlexPy repository, do not hesitate to submit a pull request.
### Branches
All pull requests should be based on the `develop` branch, to minimize cross merges. When you want to develop a new feature, clone the repository with `git clone origin/develop -b FEATURE_NAME`. Use meaningful commit messages.
All pull requests should be based on the `dev` branch, to minimize cross merges. When you want to develop a new feature, clone the repository with `git clone origin/dev -b FEATURE_NAME`. Use meaningful commit messages.
### Python Code