Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 734 Bytes

Contributing to ReKotlin-Router

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request (on a branch other than master or gh-pages).

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

Please format your code using kotlinFormatter.xml file from here.

Using this code formatter will help us maintain consistency in code style.

License

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

All files are released with the MIT license.