We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a7127 commit 1d88061Copy full SHA for 1d88061
CONTRIBUTING.md
@@ -7,7 +7,9 @@ Thank you for considering contributing to this project! This document outlines t
7
1. Fork the repository
8
2. Clone the forked repository
9
3. Create a new branch
10
-4. Make your changes
+4. Make your changes \
11
+If making changes, please make sure to follow the [Kotlin coding conventions](https://kotlinlang.org/docs/coding-conventions.html). \
12
+4 spaces for indentation and no `*` imports should be used.
13
5. Submit a pull request with your new branch
14
15
The target branch for pull requests is `master`.
0 commit comments