17 lines
830 B
Markdown
17 lines
830 B
Markdown
# 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](https://github.com/pinterest/ktlint) to align it with the project's coding standards.
|
|
|
|
3. **Create a Pull Request (PR):** Create a PR against the latest development branch. Include a clear title and description that accurately explain your changes.
|
|
|
|
|
|
If you want to start a discussion about a problem you've discovered, you can also submit an [Issue](https://github.com/shorthouse/CoinWatch/issues).
|
|
|
|
Thank you for your involvement!
|