From 362cfcd046ec3ae6c1b82c39733327a0b4b69350 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Thu, 21 Dec 2023 13:07:36 +0100 Subject: [PATCH] Add ISSUE_TEMPLATE folder [skip ci] --- .github/ISSUE_TEMPLATE/config.yml | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/mod-issue.md | 20 ++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/mod-issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..50e18ddf95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,18 @@ +--- +blank_issues_enabled: false +contact_links: + - name: I want to learn about the submission rules for this repository + url: https://github.com/VoronDesign/VoronUsers/wiki/Mod-Submission-Rules + about: You can find the submission rules in the wiki of this repository + - name: I'm looking for general discussions about VoronUser mods + url: https://discord.com/channels/460117602945990666/635687829254701107 + about: Check out the `#voronuser_mods` channel on the VoronDesign discord + - name: I have an issue with a VoronDesign printer + url: https://discord.gg/voron + about: Please use the help channels for the individual printers on the VoronDesign discord + - name: I have an issue with a VoronDesign printer and don't want to use Discord + url: https://forum.vorondesign.com + about: Check out the VoronDesign forums + - name: I want to request a mod or a feature for a particular mod + url: https://discord.com/channels/460117602945990666/635687829254701107 + about: Please join the VoronDesign discord and ask about your request in the `#voronuser_mods` channel diff --git a/.github/ISSUE_TEMPLATE/mod-issue.md b/.github/ISSUE_TEMPLATE/mod-issue.md new file mode 100644 index 0000000000..ad053e5785 --- /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.