Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 594 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 594 Bytes

Contributing

Fork, then clone the repo:

git clone git@github.com:your-username/zucchini-ui.git

Make sure the tests pass:

./gradlew test

Make your change. Add tests for your change. Make the tests pass:

./gradlew test

Push to your fork and [submit a pull request][pr].

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