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:
|
||||
value: |
|
||||
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
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discord
|
||||
- name: Other Concerns?
|
||||
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
|
||||
about: Suggest a new mod
|
||||
title: '<mod-name>'
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
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
|
||||
id: mod-name
|
||||
attributes:
|
||||
|
|
Reference in a new issue