Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 1.49 KB

Contributing to REPLACE_ME

If this is your first time contributing to REPLACE_ME, please have a read through our Code of Conduct.

Reporting a bug

Suggesting a new feature

  • 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 REPLACE_ME, a pull request adding the feature would be very much appreciated.

Developing

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 all code changes with: ./gradlew lcCodeFormat
  • Make sure all checks pass with: ./gradlew lcChecks.
  • Submit a pull request.

Thanks!