Skip to content

Commit

Permalink
Further improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann committed Dec 23, 2023
1 parent bbc8fbd commit d266596
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
15 changes: 9 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/mod-issue.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/mod-issue.yaml
Original file line number Diff line number Diff line change
@@ -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] <title>"
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.

0 comments on commit d266596

Please sign in to comment.