Skip to content

Commit 1d88061

Browse files
committed
add coding convention note
1 parent b9a7127 commit 1d88061

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Thank you for considering contributing to this project! This document outlines t
77
1. Fork the repository
88
2. Clone the forked repository
99
3. Create a new branch
10-
4. Make your changes
10+
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.
1113
5. Submit a pull request with your new branch
1214

1315
The target branch for pull requests is `master`.

0 commit comments

Comments
 (0)