Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 435 Bytes

CONTRIBUTING.rst

File metadata and controls

18 lines (10 loc) · 435 Bytes

Contributing

  1. Fork it.
  2. Clone it
  3. Create your feature branch ($ git checkout -b my-new-awesome-feature)
  4. Commit your changes ($ git commit -am 'Added <xyz> feature')

Conform to PEP8 and if everything is running fine, integrate your feature

  1. Push to the branch ($ git push origin my-new-awesome-feature)
  2. Create new Pull Request

Hack away!