Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 914 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 914 Bytes

Contributing

Code of Conduct

This project is governed by the Code of Conduct. By participating you are expected to uphold this code. Please report unacceptable behavior to issue.

IDE

Use Intellij Community (also Ultimate is possible).

Import code style schema from naver-intellij-formatter. You can see how to import schemas in the Intellij guide.

How to contribute

Issue

Feel free to make an any issue.

Pull request

We doesn't require a lot.

  1. Make sure that all check passes (./gradlew check should pass)
  2. Make sure to write test for all code changes.

You can check build guide in build from source.