Forked from
FSL / fslpy
2353 commits behind the upstream repository.
-
Paul McCarthy authoredPaul McCarthy authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
contributing.rst 501 B
Contributing to fslpy
TODO
Key points:
- The master branch should always be stable and ready to release
- A separate branch is created for each release
- Development occurs through a pull request (a.k.a. "merge request") model. All changes to the master branch occur via merge requests.
- Use semantic versioning, to allow for compatibilty testing: http://semver.org/
- Unit tests are currently run with py.test and coverage. Aim for 100% code coverage.