Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 879 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (13 loc) · 879 Bytes

Contributing

We love pull requests. Here's a quick guide.

Fork, then clone the repo:

git clone https://github.com/your-user-name/DroneKit-Android.git

Make your change. Compile and test the results (help?):

./gradlew clean build

Make sure your classpath is pointing to Java 1.7.

Push to your fork and submit a pull request.

We have an automated CI server running, which will try to compile your PR. Having that build successfully complete is a good sign.

Now you just need to get some reply from us. We like to review PRs, and make comments if something needs to be changed to match our project syle.

Branching model

Our branching model follows the one described here: http://nvie.com/posts/a-successful-git-branching-model/