From 0b62594c000e8b67491effb04c34880292b30d8b Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Sat, 19 Apr 2025 12:05:20 +0600 Subject: [PATCH] Fix labels not applying on issues and rearrange them [skip ci] (cherry picked from commit f6617a7a2203e255520d13194ab533d8ddbd1986) --- .../{request_feature.yml => 1_request_feature.yml} | 5 ++--- .../{report_issue.yml => 2_report_issue.yml} | 11 +++++------ 2 files changed, 7 insertions(+), 9 deletions(-) rename .github/ISSUE_TEMPLATE/{request_feature.yml => 1_request_feature.yml} (92%) rename .github/ISSUE_TEMPLATE/{report_issue.yml => 2_report_issue.yml} (86%) diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/1_request_feature.yml similarity index 92% rename from .github/ISSUE_TEMPLATE/request_feature.yml rename to .github/ISSUE_TEMPLATE/1_request_feature.yml index d55ab2091..18793a006 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/1_request_feature.yml @@ -1,8 +1,7 @@ name: ⭐ Feature request description: Suggest a feature to improve Komikku -labels: [Feature request] +labels: [feature request] body: - - type: textarea id: feature-description attributes: @@ -31,7 +30,7 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have updated the app to version **[1.12.1](https://github.com/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[latest](https://github.com/komikku-app/komikku/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/report_issue.yml b/.github/ISSUE_TEMPLATE/2_report_issue.yml similarity index 86% rename from .github/ISSUE_TEMPLATE/report_issue.yml rename to .github/ISSUE_TEMPLATE/2_report_issue.yml index 79c9a0542..91b66f31e 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/2_report_issue.yml @@ -1,8 +1,7 @@ name: 🐞 Issue report description: Report an issue in Komikku -labels: [Bug] +labels: [bug] body: - - type: textarea id: reproduce-steps attributes: @@ -53,7 +52,7 @@ body: label: Komikku version description: You can find your Komikku version in **More → About**. placeholder: | - Example: "1.12.1" + Example: "1.3.1" validations: required: true @@ -94,11 +93,11 @@ body: required: true - label: I have written a short but informative title. required: true - - label: I have gone through the [FAQ](https://mihon.app/docs/faq/general) and [troubleshooting guide](https://mihon.app/docs/guides/troubleshooting/). + - label: I have gone through the [FAQ](https://komikku-app.github.io/docs/faq/general) and [troubleshooting guide](https://komikku-app.github.io/docs/guides/troubleshooting/). required: true - - label: I have updated the app to version **[1.12.1](https://github.com/komikku-app/komikku/releases/latest)**. + - label: I have updated the app to version **[latest](https://github.com/komikku-app/komikku/releases/latest)**. required: true - label: I have filled out all of the requested information in this form, including specific version numbers. required: true - - label: I understand that **Mihon does not have or fix any extensions**, and I **will not receive help** for any issues related to sources or extensions. + - label: I understand that **Komikku does not have or fix any extensions**, and I **will not receive help** for any issues related to sources or extensions. required: true