diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index d1a6a5551..df1567371 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,5 +1,5 @@ name: 🐞 Issue report -description: Report an issue in Tachiyomi +description: Report an issue in TachiyomiSY labels: [Bug] body: @@ -48,10 +48,10 @@ body: You can paste the crash logs in plain text or upload it as an attachment. - type: input - id: tachiyomi-version + id: tachiyomisy-version attributes: - label: Tachiyomi version - description: You can find your Tachiyomi version in **More → About**. + label: TachiyomiSY version + description: You can find your TachiyomiSY version in **More → About**. placeholder: | Example: "1.10.2" validations: @@ -94,8 +94,6 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an extension, I should be opening an issue in the extension's repository. - required: true - label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https:/mihon.app/docs/guides/troubleshooting/). required: true - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 20ed9df6a..751fa4b5f 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -1,5 +1,5 @@ name: ⭐ Feature request -description: Suggest a feature to improve Tachiyomi +description: Suggest a feature to improve TachiyomiSY labels: [Feature request] body: @@ -7,7 +7,7 @@ body: id: feature-description attributes: label: Describe your suggested feature - description: How can Tachiyomi be improved? + description: How can TachiyomiSY be improved? placeholder: | Example: "It should work like this..." @@ -31,8 +31,6 @@ body: required: true - label: I have written a short but informative title. required: true - - label: If this is an issue with an official extension, I should be opening an issue in the extension's repository. - required: true - label: I have updated the app to version **[1.10.2](https://github.com/jobobby04/tachiyomisy/releases/latest)**. required: true - label: I will fill out all of the requested information in this form.