Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 562 Bytes

Contributing

  • Fork it (https://github.com/peerchemist/finta/fork)
  • Study how it's implemented.
  • Create your feature branch (git checkout -b my-new-feature).
  • Try to mimck the code style of the rest of the code.
  • If you are implementing new indicator, do write unit test for it as well.
  • Run black code formatter on the finta.py to ensure uniform code style.
  • Commit your changes (git commit -am 'Add some feature').
  • Push to the branch (git push origin my-new-feature).
  • Create a new Pull Request.
  • Pray to the old gods and the new ones I merge it.