We dig open source. If you want to help out, we would certainly welcome contributions large or small.
Issues can be reported on the issue tracker. When reporting, examples that allow contributors to reproduce the issue are always appreciated. Even better, include a failing test.
We would love to hear ideas for making Leo better. Feel free to create a "feature" issue on the issue tracker.
If you see an existing feature request that you like, please chime in to the conversation so other contributors can see how many people are interested in a particular feature.
We stick to PSR-2 coding standards. To check for code style issues, first make
sure your changes are staged, then run make lint
.
- Fork the repository on GitHub
- Add the code for your feature or bug
- Ensure the dependencies can be installed with
make install
- Send a pull request