Skip to content

Commit f1166ef

Browse files
authored
Run gradle check when contributing
1 parent 143f6bb commit f1166ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please note we have a code of conduct, please follow it in all your interactions
99

1010
## Pull Request Process
1111

12-
1. Make sure all tests pass and you have a passing build for the whole project.
12+
1. Make sure all tests pass and you have a passing build for the whole project (run `./gradlew check`).
1313
2. Whether you are fixing a bug or introducing a new feature, please add the necessary tests.
1414
It's fine to create a test named "Issue`number`Test", where `number` is the number of the GitHub issue your test
1515
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

0 commit comments

Comments
 (0)