From f8428b839d5cc691d61951b0c6f7911e784a8b19 Mon Sep 17 00:00:00 2001 From: "Mio." Date: Sat, 28 Jun 2025 21:56:07 +0200 Subject: [PATCH] PR template --- .github/pull_request_template.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e0276c30..27acbc7b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,6 @@ Checklist: -- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions -- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions +- [ ] Updated `extVersionCode` value in `build.gradle` - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") -- [ ] Added the `isNsfw = 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 -- [ ] Have removed `web_hi_res_512.png` when adding a new extension