Thanks for showing an interest in contributing to javaflow!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub by Kent C. Dodds.
By making a contribution to this project you agree to abide by the Code of Conduct.
This project uses a bundled gradle
package manager.
- Fork and clone the repo
./gradlew build
- builds sourcesgit checkout -b <branch>
Create a branch for your PR
Tests are mainly added as integration tests in ExecutionIntegrationTest
.
./gradlew test
- Runs all the tests
Circle CI is used for continuous integration.
The angular commit guide line is used to govern commit messages. If possible do not force push changes to branches with open pull requests, unless it is done to rebase on the master branch. This will make code reviews easier.
Please checkout the the open issues
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!
This guide is adapted from the Downshift contributors guide.