From d266596517049ac2ed417884f6976e6f76876bc5 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Sat, 23 Dec 2023 01:02:13 +0100 Subject: [PATCH] Further improve issue templates --- .github/ISSUE_TEMPLATE/config.yml | 15 +++++++------ .github/ISSUE_TEMPLATE/mod-issue.md | 20 ----------------- .github/ISSUE_TEMPLATE/mod-issue.yaml | 31 +++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/mod-issue.md create mode 100644 .github/ISSUE_TEMPLATE/mod-issue.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 50e18ddf95..8e21ba3446 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,18 +1,21 @@ --- blank_issues_enabled: false contact_links: + - name: I want to submit a mod + url: https://github.com/VoronDesign/VoronUsers/pulls/ + about: Mod submissions are handled via pull requests. Please open a pull request to have your mod added - 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 + about: The wiki of this repository contains all the information you need to know about submitting mods - 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 + about: The #voronuser_mods channel on the VoronDesign discord is the place to go - 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 + about: You can ask other mod creators in the #voronuser_mods channel on the VoronDesign discord for support + - name: I have one of the above issues and don't want to use Discord + url: https://forum.vorondesign.com + about: The VoronDesign forum provides a platform for discussions and support outside of discord diff --git a/.github/ISSUE_TEMPLATE/mod-issue.md b/.github/ISSUE_TEMPLATE/mod-issue.md deleted file mode 100644 index ad053e5785..0000000000 --- a/.github/ISSUE_TEMPLATE/mod-issue.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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. diff --git a/.github/ISSUE_TEMPLATE/mod-issue.yaml b/.github/ISSUE_TEMPLATE/mod-issue.yaml new file mode 100644 index 0000000000..5b1f8405e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mod-issue.yaml @@ -0,0 +1,31 @@ +name: I want to report an issue with a mod +description: 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] " +labels: Mod Issue +body: +- type: textarea + attributes: + label: Which mod does this issue apply to? + placeholder: FHeilmann/flux_capacitor + validations: + required: true +- type: textarea + attributes: + label: Relevant VoronDesign printer + description: Which printer did you experience this issue on + placeholder: On my V2.4 + validations: + required: true +- type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + placeholder: | + When starting a print ... + When trying to build ... + validations: + required: true +- type: textarea + attributes: + label: Addition information + description: Add any other context about the problem here.