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:
./gradlew [detekt](https://detekt.dev/) --auto-correctBy 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).