Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 875 Bytes

File metadata and controls

18 lines (14 loc) · 875 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Process of Contributing

  1. Clone the project and open it in your desired IDE.
  2. Make your changes. Please follow the Google Style Guide.
  3. Bump versions in all build.gradle.kts files. We use the SemVer scheme. (M.M .P)
  4. Commit your changes with a descriptive message to a separate branch. Name it appropriately.
  5. Build the project and test your changes extensively.
  6. Create a pull using our template.
  7. Wait for approval. Answer upcoming questions.