From 6bbb95b75420fe06a79087dfe27cde1f9af13c63 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Thu, 21 Dec 2023 11:42:27 +0100 Subject: [PATCH] Add mod issue template [skip ci] --- .github/ISSUE_TEMPLATE/mod-issue.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/mod-issue.md diff --git a/.github/ISSUE_TEMPLATE/mod-issue.md b/.github/ISSUE_TEMPLATE/mod-issue.md new file mode 100644 index 000000000..ad053e578 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mod-issue.md @@ -0,0 +1,20 @@ +--- +name: I want to report an issue with a mod +about: You have found an issue with one of the mods in this repository? Please use + this mod issue report to let us know +title: "[MOD ISSUE] Issue title goes here" +labels: Mod Issue +assignees: '' + +--- + +** Which mod does this issue apply to ** +(e.g. FHeilmann/flux_capacitor) + +** Which printer did you experience this issue on ** + +**Describe the bug** +A clear and concise description of what the bug is. + +**Additional context** +Add any other context about the problem here.