From 1f6e2025979da532756f3f29e39364ed7cc4b8b6 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 6 Aug 2021 17:31:22 -0400 Subject: [PATCH] Issue report changes (cherry picked from commit 85791a9336b894b973ef65e77ec1aa38235ffac8) # Conflicts: # .github/ISSUE_TEMPLATE.md # .github/ISSUE_TEMPLATE/report_issue.yml # .github/ISSUE_TEMPLATE/request_feature.yml # app/build.gradle.kts --- .github/ISSUE_TEMPLATE/report_issue.yml | 4 ++-- .github/ISSUE_TEMPLATE/request_feature.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 9e9e2f7ba..7675ebb71 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -17,7 +17,7 @@ body: required: true - label: I have tried the [troubleshooting guide](https://tachiyomi.org/help/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.7.0](https://github.com/jobobby04/tachiyomisy/releases/tag/1.7.0)**. + - label: I have updated the app to version **[1.7.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I have updated all installed extensions. required: true @@ -84,7 +84,7 @@ body: label: Actual behavior description: Explain what actually happens. placeholder: | - Example: + Example: "This happened instead..." validations: required: true diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 0d096c13c..62688f159 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -15,7 +15,7 @@ body: required: true - label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/tachiyomiorg/tachiyomi-extensions/issues/new/choose). required: true - - label: I have updated the app to version **[1.7.0](https://github.com/jobobby04/tachiyomisy/releases/tag/1.7.0)**. + - label: I have updated the app to version **[1.7.0](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I will fill out all of the requested information in this form. required: true