From 98365d7859cdce6e3475066ecee065e41476e2c8 Mon Sep 17 00:00:00 2001 From: moecinnamo Date: Sat, 6 Dec 2025 19:49:06 +0800 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1b755f1..51a3557 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: 🐞 Report error description: Report an error (bug), please first check the FAQ and search the Issue list for the issue you want to raise. -title: "[Bug]: " +title: "[Bug] " body: - type: checkboxes id: check-answer diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 8f62c1b..287ee58 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ name: ✨ Function request description: To come up with an idea for this project, please first review the frequently asked questions and search the Issue list to see if there are any issues you want to raise. -title: "[Feature]: " +title: "[Feature] " body: - type: checkboxes id: check-answer