Skip to content

Commit 3d1cbd1

Browse files
authored
Merge pull request #1240 from krocard/contributing-gradle-check
[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR
2 parents 9292631 + f1166ef commit 3d1cbd1

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)