Contributing
Any kind of contribution is welcome.
Visit the forums
- for announcements of new versions
- if you want to ask a question or help others
- if you want to show off something you've made
- suggest new ideas
- or any other stuffs
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