working on issue templates
All checks were successful
Autotagger / Autotagger (push) Successful in 5s
Build / Export Files (push) Successful in 6s
Build / Documentation (push) Successful in 17s

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 14:41:06 -04:00
parent 72f8f019cb
commit d4467feb9e
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 26 additions and 4 deletions

View file

@ -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:

View file

@ -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!

View file

@ -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: