From 12e269d496d896f809dd0cb61a9b02ef38650456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 20 May 2020 16:52:55 +0200 Subject: [PATCH] github-bot: drop PR checklist configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .github/github-bot.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/github-bot.yml b/.github/github-bot.yml index 7cc3951715..ec3d8aea95 100644 --- a/.github/github-bot.yml +++ b/.github/github-bot.yml @@ -15,15 +15,3 @@ automated-tests: github-team: slug: 'clojure' - -prchecklist: - title: Pull Request Checklist - checklist: - - '**Docs**: Updated the [documentation](https://status.im/build_status/), if affected' - - '**Docs**: Added or updated inline comments explaining intention of the code' - - '**Tests**: Ensured that all new UI elements have been assigned accessibility IDs' - - '**Tests**: Signaled need for E2E tests with label, if applicable' - - '**Tests**: Briefly described what was tested and what platforms were used' - - '**UI**: In case of UI changes, ensured that UI matches [Figma](https://www.figma.com/)' - - '**UI**: In case of UI changes, requested review from a Core UI designer' - - '**UI**: In case of UI changes, included screenshots of implementation'