Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 448 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 448 Bytes

Contributing

Once you've made your great commits (include tests, please):

  1. Fork this repository
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a pull request

That's it!

Please respect the indentation rules and code style. And use 2 spaces, not tabs. And don't touch the version thing or distribution files; this will be made when a new version is going to be released.