We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143f6bb commit f1166efCopy full SHA for f1166ef
1 file changed
CONTRIBUTING.md
@@ -9,7 +9,7 @@ Please note we have a code of conduct, please follow it in all your interactions
9
10
## Pull Request Process
11
12
-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`).
13
2. Whether you are fixing a bug or introducing a new feature, please add the necessary tests.
14
It's fine to create a test named "Issue`number`Test", where `number` is the number of the GitHub issue your test
15
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