From c9b14d7c4539423c59f6759831315a51fd387a7b Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Mon, 22 Jun 2026 16:20:46 -0600 Subject: [PATCH] fix github bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e5a5e91e..b508273a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,10 @@ --- +name: Bug report +about: Report a problem with ZoiteChat +title: "[Bug]: " +labels: bug +assignees: "" +--- ``` +------------------------------------------------------------+ diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false