You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ If you would like to contribute code you can do so through GitHub by forking the
4
4
5
5
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.
6
6
7
+
Please format your code using ``kotlinFormatter.xml`` file from [here](docs/kotlinFormatter.xml).
8
+
9
+
Using this code formatter will help us maintain consistency in code style.
10
+
7
11
## License
8
12
9
13
By contributing your code, you agree to license your contribution under the terms of the MIT : https://github.com/ReKotlin/rekotlin-router/blob/master/LICENSE.md
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,11 @@ which will help keep your pull request simple and easy to apply.
215
215
216
216
Before submitting the pull request, make sure all existing tests are passing, and add the new test if it is required.
217
217
218
+
### Code Formatting
219
+
Please format your code using ``kotlinFormatter.xml`` file from [here](docs/kotlinFormatter.xml).
220
+
221
+
Using this code formatter will help us maintain consistency in code style.
222
+
218
223
### New functionality
219
224
If you want to add new functionality, please file a new proposal issue first to make sure that it is not in progress already. If you have any questions, feel free to create a question issue.
0 commit comments