If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request. When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
- Sendero is written in java but you can add your contribution using any language of your choice.
- Try to add unit tests for your code.
- Check whether the build passes when creating a pull request.
- For every PR there should be an accompanying issue which the PR solves.
- The PR itself should only contain code which is the solution for the given issue.
By contributing your code, you agree to license your contribution under the terms of the GNU General Public License v3.0 - see the LICENSE.md.