From c3849f0e3bb46fe9e09aae5c6698da05f95685a6 Mon Sep 17 00:00:00 2001 From: arkon Date: Wed, 8 Sep 2021 22:28:25 -0400 Subject: [PATCH] [skip ci] More explicit PR checklist --- .github/pull_request_template.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f4da227a..b8056094a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,9 @@ - +- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions +- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions +- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") +- [ ] Annotated `Source` or `SourceFactory` classes with `@Nsfw` when appropriate +- [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate +- [ ] Have not changed source names +- [ ] Have explicitly kept the `versionId` if a source's name or language were changed