From 7632face63cdee7b682ae8314dfc9e312e902c7d Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Tue, 19 Aug 2025 10:09:48 +0200 Subject: [PATCH] fix: Update issue template --- .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 1 + .../{feature_request.yaml => feature_request.yml} | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} (97%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{feature_request.yaml => feature_request.yml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yml index ecd65ef2a..b517d6ad6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug Report description: Report a bug. -title: "" -labels: bug +title: "[Bug]: " +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/feature_request.yaml rename to .github/ISSUE_TEMPLATE/feature_request.yml index 027913c26..8b1c1f388 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature request description: Suggest an idea. -title: "" -labels: feature +title: "[Feat]: " +labels: ["feature"] body: - type: markdown attributes: