Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (8 loc) · 819 Bytes

Contributing

Contributions are welcome and encouraged. You can contribute by forking this project and fixing bugs or implementing new features.

To submit your contribution for review, please follow these steps:

  1. Test Cases: Ensure that all tests in the project pass successfully - both instrumented tests and local tests.

  2. Code Formatting: Format the project code using ktlint to align it with the project's coding standards.

  3. Create a Pull Request (PR): Create a PR against the main branch. Include a clear title and description that accurately explains your changes.

If you want to start a discussion about a problem you've discovered, you can also submit an Issue.

Thank you for your involvement!