Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 742 Bytes

Contributing

  1. Ideally, first make an issue to explain what you are intending to do. This might save you time and help you vet your proposed change.

  2. Fork, branch, and implement your desired changes. Please write at least one test, especially if this is a bugfix. Do NOT modify the version number.

  3. Run the tests with python setup.py test.

  4. Create a pull request.

  5. If your pull request passes the build, it will get a 👍 from an original author, and you will be given contributor-level access to the repo.

  6. Squash your commits into a single commit (preferrably something like "Fixes #13", which will reference the issue) and merge.

  7. An original author will (eventually) release a new version.