From 20e33290e272c077f897f6c2118f1f079ac24364 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 6 Dec 2019 12:48:44 -0800 Subject: [PATCH] No issue: remove Quality PR template item. This should be caught by CI and should not be necessary to force folks to check off. --- .github/PULL_REQUEST_TEMPLATE | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index bd8431803..7dd433747 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -3,7 +3,6 @@ ### Pull Request checklist -- [ ] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended) - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Screenshots**: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not - [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features