From 04f364a883efe39adde2130cefcca2a6350758c6 Mon Sep 17 00:00:00 2001 From: Colin Lee Date: Wed, 28 Aug 2019 17:46:46 -0500 Subject: [PATCH] For #4631: Make sure reviewers can access a PR APK (#5004) --- .github/PULL_REQUEST_TEMPLATE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 714961880..7107efc60 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -5,3 +5,8 @@ - [ ] **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 - [ ] **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 + + \ No newline at end of file