From 4f021f67017b01d4471e79ef312733c54a3fea02 Mon Sep 17 00:00:00 2001 From: Alessandro Jean Date: Sun, 26 Sep 2021 16:39:05 -0300 Subject: [PATCH] [skip ci] Add a new item to the PR checklist (#9246) * [skip ci] Add a new item to the PR checklist. * Add the running condition too. --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 881857d0d..ecfd69021 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,3 +7,4 @@ Checklist: - [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate - [ ] Have not changed source names - [ ] Have explicitly kept the `id` if a source's name or language were changed +- [ ] Have tested the modifications by compiling and running the extension through Android Studio