From 982abd3029ad7b27444d3ff86d6041189db7b36e Mon Sep 17 00:00:00 2001 From: Shreyas Date: Sat, 4 Mar 2023 17:43:06 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 052baf58..cf7794b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.