Update CONTRIBUTING.md

This commit is contained in:
Shreyas
2023-03-04 17:43:06 +05:30
parent b17f5433d7
commit 982abd3029

View File

@@ -16,4 +16,5 @@ If you want to discuss on something then feel free to present your opinions, vie
- New code addition/deletion should not break existing flow of a system.
- All tests should be passed.
- Verify `./gradlew build` is passing before raising a PR.
- Run UI tests using `./gradlew connectedCheck` to make sure UI tests are passing.
- Reformat code with KtLint `./gradlew ktlintFormat` before raising a PR.