From 1e90f00833958b8c03394a350c440179dfed85fc Mon Sep 17 00:00:00 2001 From: sdomi Date: Sun, 8 Jun 2025 16:48:39 +0200 Subject: [PATCH] fix issue template for the new GH flow --- .../ISSUE_TEMPLATE/bug_report.md | 9 +++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 10 insertions(+) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE/bug_report.md (69%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 69% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index b7e98b1..b16aa29 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: meow +title: '' +labels: '' +assignees: '' + +--- + URL: ``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false