From 53cf2817503fc19a2ac78ed4be2ff8ea4f842529 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 17 Jan 2026 14:43:45 +0900 Subject: chore: Set labels as default settings in the Issue Template --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c194d2..9d35bc8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug or unexpected behavior in LunaticChat -labels: ["bug"] +labels: ["Type: bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e27e3e6..5bd060b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a new feature or enhancement for LunaticChat -labels: ["enhancement"] +labels: ["Type: enhancement"] body: - type: markdown attributes: -- cgit v1.2.1