parent
d6167ecf1a
commit
dab87a80fb
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in New Issue