If this is your first time contributing to Turtle, please have a read through our Code of Conduct.
- Compare the version you have installed against the latest version.
- Check the issue hasn't already been reported.
- Check there isn't already an open pull request to fix the issue.
- Open an issue providing as much information as possible.
- Check the feature hasn't already been requested.
- Open an issue providing a detailed description of the new feature, why you think it is needed and how it will be useful to other users.
- If it makes sense for the feature to be added to Turtle, a pull request adding the feature would be very much appreciated.
If you want to make changes, please make sure to discuss anything big before putting in the effort of creating the PR.
- Clone the repository.
- Make your changes.
- Format code with:
./gradlew lcchecks
. - Make sure all checks pass with:
./gradlew lcchecks
. - Make sure all checks pass with:
./gradlew check
. - Submit a pull request.
Thanks!