Skip to content

Commit

Permalink
Run gradle check when contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
krocard committed Apr 3, 2024
1 parent 143f6bb commit f1166ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -9,7 +9,7 @@ Please note we have a code of conduct, please follow it in all your interactions

## Pull Request Process

1. Make sure all tests pass and you have a passing build for the whole project.
1. Make sure all tests pass and you have a passing build for the whole project (run `./gradlew check`).
2. Whether you are fixing a bug or introducing a new feature, please add the necessary tests.
It's fine to create a test named "Issue`number`Test", where `number` is the number of the GitHub issue your test
is reproducing, but if you can make the extra effort to add your test coverage in an existing test group that would be great <3
Expand Down

0 comments on commit f1166ef

Please sign in to comment.