Skip to content

Commit

Permalink
Merge pull request #1240 from krocard/contributing-gradle-check
Browse files Browse the repository at this point in the history
[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR
  • Loading branch information
Raibaz committed Apr 8, 2024
2 parents 9292631 + f1166ef commit 3d1cbd1
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 3d1cbd1

Please sign in to comment.