Skip to content

Commit

Permalink
Create file for contribution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
danthegoodman committed Nov 22, 2014
1 parent 404e149 commit 056c5b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Contributing

Thank you for being willing to contribute!

## Running Tests

This project has unit tests for testing some of the written logic, and integration tests for validating against an example gradle project.

If you make changes to the code, you can run all of the tests with:

./gradlew check

0 comments on commit 056c5b5

Please sign in to comment.