Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (23 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

43 lines (23 loc) · 1.18 KB

#Contributing

We love pull requests. Here is a quick guide:

To get started, sign the Contributor License Agreement. This project is in the public domain and we need you to agree that your submissions will also be in the public domain. See unlicense.org.

Fork, then clone the repo:

git clone git@github.com:your-username/KoreSample.git

Check out the development branch:

git checkout develop

Set up your development environment:

gradlew setupDecompWorkspace

Setup your integrated development environment:

gradlew idea

-or-

gradlew eclipse

Make your changes.

Push to your fork and submit a pull request.

At this point, things are waiting on us. We may merge your code as is. We may suggest some changes or improvements or alternatives.

###Some things that will increase the chance thate your pull request is accepted: