summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-17 14:43:45 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-17 14:43:45 +0900
commit53cf2817503fc19a2ac78ed4be2ff8ea4f842529 (patch)
tree0010c7db9b879d72bf936bac86b835a43b4fc6a5 /.github
parentfac393d35a9ad0c937d67dbb8c3a6488e6133324 (diff)
downloadLunaticChat-53cf2817503fc19a2ac78ed4be2ff8ea4f842529.tar.gz
LunaticChat-53cf2817503fc19a2ac78ed4be2ff8ea4f842529.tar.bz2
LunaticChat-53cf2817503fc19a2ac78ed4be2ff8ea4f842529.zip
chore: Set labels as default settings in the Issue Template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml2
2 files changed, 2 insertions, 2 deletions
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: