working on issue templates
This commit is contained in:
parent
72f8f019cb
commit
d4467feb9e
3 changed files with 26 additions and 4 deletions
|
@ -6,6 +6,17 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thank you for taking the time to fill out this bug report!
|
Thank you for taking the time to fill out this bug report!
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirmation
|
||||||
|
attributes:
|
||||||
|
label: Please confirm that;
|
||||||
|
options:
|
||||||
|
- label: I have checked that this mod is not already in the modpack
|
||||||
|
required: true
|
||||||
|
- label: I have checked that this mod does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it
|
||||||
|
required: true
|
||||||
|
- label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md)
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Discord
|
- name: Other Concerns?
|
||||||
url: https://discord.gg/SSUBDAkKdP
|
url: https://discord.gg/SSUBDAkKdP
|
||||||
about: Need support? Join our Discord server!
|
about: Ask in our Discord server!
|
||||||
|
|
|
@ -1,11 +1,21 @@
|
||||||
name: Mod Suggestion
|
name: Mod Suggestion
|
||||||
about: Suggest a new mod
|
about: Suggest a new mod
|
||||||
title: '<mod-name>'
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thank you for taking the time to make a suggestion! Please read our [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md) before submitting.
|
Thank you for taking the time to submit a mod suggestion!
|
||||||
|
- type: checkboxes
|
||||||
|
id: confirmation
|
||||||
|
attributes:
|
||||||
|
label: Please confirm that;
|
||||||
|
options:
|
||||||
|
- label: I have checked that this mod is not already in the modpack
|
||||||
|
required: true
|
||||||
|
- label: I have checked that this mod does not already have an opened/closed [issue](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues) or [pull request](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/pulls) associated with it
|
||||||
|
required: true
|
||||||
|
- label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md)
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: mod-name
|
id: mod-name
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Reference in a new issue