From c2121b5a8dfc70bf2f815414f8363dbf7db58021 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 20 Mar 2025 22:09:17 +0100 Subject: [PATCH] Move issue template following GitHub breaking change We can no longer have a single template that is always inserted. Instead the web UI shows a menu allowing to select between one of our templates and a blank one. --- .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug.md} | 8 ++++++++ 1 file changed, 8 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug.md} (87%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 87% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug.md index 1e2677695..3ee7798ab 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,3 +1,11 @@ +--- +name: "Bug Report" +about: "Simple template for bug reports" +title: "" +labels: [] +assignees: [] +--- +