Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 1.21 KB

Contributing

Thanks for (thinking about) contributing to Gekko, all help is wanted!

How to start all depends on what you'd like to do:

  • If you want to add an exchange to Gekko, see this doc for all the information you need.
  • If you want to Gekko react to anything from the market, you can most likely put this functionality into a plugin. See this document for details.
  • If you want to add trading strategies / indicators, please see this document.
  • If you just want to work on Gekko, you can use the open issues with the tag open-for-pulls for inspiration.
  • If you want to work on the web interface (Gekko UI), please see this frontend doc on the Vue.js frontend.

Things to take into consideration when submitting a pull request:

  • Please submit all pull requests (except for hotfixes) to the develop branch.
  • Please keep current code styling in mind.