From 2b3537e96fef5aedaefbebbadedb743307af5fa1 Mon Sep 17 00:00:00 2001 From: Claudemirovsky <63046606+Claudemirovsky@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:58:04 -0300 Subject: [PATCH] [skip ci] chore: Minor changes to PR & issue templates (#2933) --- .github/ISSUE_TEMPLATE/01_report_issue.yml | 8 ++++---- .github/ISSUE_TEMPLATE/03_report_url_change.yml | 2 +- .github/ISSUE_TEMPLATE/05_request_feature.yml | 2 +- .github/ISSUE_TEMPLATE/06_request_meta.yml | 2 +- .github/pull_request_template.md | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_report_issue.yml b/.github/ISSUE_TEMPLATE/01_report_issue.yml index fb1cd0df0..acbe78bdc 100644 --- a/.github/ISSUE_TEMPLATE/01_report_issue.yml +++ b/.github/ISSUE_TEMPLATE/01_report_issue.yml @@ -10,7 +10,7 @@ body: description: | You can find the extension name and version in **Browse → Extensions**. placeholder: | - Example: "AnimePahe 13.19 (English)" + Example: "AnimePahe 14.19 (English)" validations: required: true @@ -63,7 +63,7 @@ body: description: | You can find your Aniyomi version in **More → About**. placeholder: | - Example: "0.15.2.2" or "Preview r7473" + Example: "0.15.2.4" or "Preview r7473" validations: required: true @@ -95,11 +95,11 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[0.12.3.10](https://github.com/aniyomiorg/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**. required: true - label: I have updated all installed extensions. required: true - - label: I have tried the [troubleshooting guide](https://aniyomi.org/help/guides/troubleshooting/). + - label: I have tried the [troubleshooting guide](https://aniyomi.org/docs/guides/troubleshooting/). required: true - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose). required: true diff --git a/.github/ISSUE_TEMPLATE/03_report_url_change.yml b/.github/ISSUE_TEMPLATE/03_report_url_change.yml index b01c19fdd..819e66e2a 100644 --- a/.github/ISSUE_TEMPLATE/03_report_url_change.yml +++ b/.github/ISSUE_TEMPLATE/03_report_url_change.yml @@ -10,7 +10,7 @@ body: description: | You can find the extension name and version in **Browse → Extensions**. placeholder: | - Example: "NotRealSource 13.1" + Example: "NotRealSource 14.1" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/05_request_feature.yml b/.github/ISSUE_TEMPLATE/05_request_feature.yml index 841270f27..e47281fb5 100644 --- a/.github/ISSUE_TEMPLATE/05_request_feature.yml +++ b/.github/ISSUE_TEMPLATE/05_request_feature.yml @@ -53,7 +53,7 @@ body: required: true - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose). required: true - - label: I have updated the app to version **[0.15.2.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true diff --git a/.github/ISSUE_TEMPLATE/06_request_meta.yml b/.github/ISSUE_TEMPLATE/06_request_meta.yml index a34b9dff7..f6003b85d 100644 --- a/.github/ISSUE_TEMPLATE/06_request_meta.yml +++ b/.github/ISSUE_TEMPLATE/06_request_meta.yml @@ -33,7 +33,7 @@ body: required: true - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/aniyomiorg/aniyomi/issues/new/choose). required: true - - label: I have updated the app to version **[0.15.2.2](https://github.com/aniyomiorg/aniyomi/releases/latest)**. + - label: I have updated the app to version **[0.15.2.4](https://github.com/aniyomiorg/aniyomi/releases/latest)**. required: true - label: I have updated all installed extensions. required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d15ddf280..e0276c302 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,8 @@ Checklist: - [ ] 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") -- [ ] Added the `containsNsfw = true` flag in `build.gradle` when appropriate +- [ ] 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