16 lines
705 B
Markdown
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). |