Skip to content

Contributing

Any kind of contribution is welcome.

Visit the forums

Getting Started with your Pull Request

If you want to send a Pull Request, have these steps in mind :

  • Create a new branch : git checkout -b <my_contrib> (feel free to name your branch as you want)
  • Adds your code, and writes as much as possible some unit tests
  • Run Unit-Tests to avoid regression
  • If it's a new feature, please consider writing documentation in Markdown format into the docs directory
  • Send your Pull Request and wait for code review