There are many ways to contribute to the Gradle Grammar-Kit Plugin project, and each of them is valuable to us. Every submitted feedback, issue, or pull request is highly appreciated.
Before reporting an issue, please update your configuration to use always the latest release.
If you find your problem unique, and it wasn't yet reported to us, file an issue using the provided issue template.
It is possible to link your plugin project with the Gradle Grammar-Kit Plugin project, so it'll be loaded and built as a module. To integrate it with another consumer-like project, add the following line in the Gradle settings file and refresh your Gradle configuration:
includeBuild("/path/to/gradle-grammar-kit-plugin")
To correctly prepare the pull requests, make sure to provide the following information:
- proper title and description of the GitHub Pull Request – describe what your change introduces, what issue it fixes, etc.
- relevant entry in the
CHANGELOG.md
file - unit tests (if necessary)