From f6617a7a2203e255520d13194ab533d8ddbd1986 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] --- .../{request_feature.yml => 1_request_feature.yml} | 3 +-- .../ISSUE_TEMPLATE/{report_issue.yml => 2_report_issue.yml} | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{request_feature.yml => 1_request_feature.yml} (97%) rename .github/ISSUE_TEMPLATE/{report_issue.yml => 2_report_issue.yml} (99%) diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/1_request_feature.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/request_feature.yml rename to .github/ISSUE_TEMPLATE/1_request_feature.yml index cdfdf2e1c..7311decb7 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 Mihon -labels: [Feature request] +labels: [feature request] body: - - type: textarea id: feature-description attributes: diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/2_report_issue.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/report_issue.yml rename to .github/ISSUE_TEMPLATE/2_report_issue.yml index c3562cd0a..0f518c7dc 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 Mihon -labels: [Bug] +labels: [bug] body: - - type: textarea id: reproduce-steps attributes: