-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |