Files
com.github.premnirmal.ticke…/CONTRIBUTING.md
T
Prem Nirmal 3363361fd4
Build / Build and release (push) Canceled after 0s
Initial jetpack compose implementation, beta
2025-08-15 14:13:03 +01:00

16 lines
705 B
Markdown

# Contributing to StockTicker
If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
Use detekt to make sure your code follows the Kotlin style guide. You can run it with the command:
```bash
./gradlew [detekt](https://detekt.dev/) --auto-correct
```
## License
By contributing your code, you agree to license your contribution under the terms of the GPL license: https://github.com/premnirmal/StockTicker/blob/master/LICENSE.txt
All files are released with the GNU general public license (GPL).