Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONTRIBUTING.md] Suggest running gradle check before opening a PR #1240

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
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