#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/Dendrology.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 that your pull request is accepted:
- Write logical, thought out code.
- Reuse your code.
- Write a good commit message.