Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 408 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 408 Bytes

Contributing Guide

Thank you for your contribution!

Build

kintone-java-client can be built using Gradle.

$ cd kintone-java-client
$ ./gradlew build

Development

We use conventional commits for our commit messages. If you are not familiar with it, please see the following resource.

https://www.conventionalcommits.org/

Test

$ cd kintone-java-client
$ ./gradlew test