Skip to content

Contributing

Scott Behrens edited this page Aug 13, 2014 · 3 revisions

Contributions to Sketchy are encouraged!

If you are submitting changes please adhere to the following:

  • Use the develop branch.
  • Code should be accompanied by tests and documentation. You can add your tests to the tests.py file.
  • Try to comply with PEP8.
  • Write good commit messages. Here’s a blog post on how to do it right.
  • One branch per feature or fix. Keep branches small and on topic.
  • Send a pull request to the develop branch. See the Github pull request docs for help.