Skip to content

Contributing

Contributing

  • Star the project on GitHub and help spread the word :)
  • Join our Gitter Community Join the chat at https://gitter.im/jodconverter/Lobby
  • Contribute improvements or fixes using a Pull Request. If you're going to contribute, thank you! Please just be sure to:
    1. Check for open issues, or open a new issue to start a discussion around a feature idea or a bug.
    2. If you feel uncomfortable or uncertain about an issue or your changes, feel free to contact us on Gitter using the link above.
    3. Fork this repository on GitHub to start making your changes.
    4. Write a test showing that the bug was fixed or that the feature works as expected.
    5. Note that the repository follows the Google Java style. You can format your code to this format by typing gradlew spotlessApply on the subproject you work on (e.g, gradlew :jodconverter-local:spotlessApply), by using the Eclipse plugin, or by using the Intellij plugin.
    6. Create a pull request, and wait until it gets merged and published.