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

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 14:09:32 -04:00
parent d0c3ef794d
commit fb085de1e4
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,55 @@
name: Bug Report
about: File a bug report
title: ''
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: 'A bug happened!'
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction steps
description: Please provide detailed steps to reproduce the bug.
placeholder: Tell us how to reproduce the bug!
value: '1. Do this\n2. Do that\n3. Do this other thing\n4. Bug happens!'
validations:
required: false
- type: dropdown
id: environment
attributes:
label: Environment
description: What environment type does this bug effect?
options:
- Client
- Server
multiple: true
validations:
required: true
- type: dropdown
id: specificity
attributes:
label: Specificity
description: Is this bug caused by a modpack-specific change, or is it reproducible with just the involved mods?
options:
- Modpack-specific
- Mod-specific
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: java
validations:
required: false

View file

@ -0,0 +1,42 @@
name: Mod Suggestion
about: Suggest a new mod
title: ''
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.
- type: input
id: mod-name
attributes:
label: What is the name of the mod?
description: Please provide the name of the mod you are suggesting.
placeholder: Roughly Enough Items
validations:
required: true
- type: input
id: mod-link
attributes:
label: Mod Link
description: Please provide a link to the mod. If the mod is on [Modrinth](https://modrinth.com/) as well as other platforms, please provide a Modrinth link.
placeholder: https://modrinth.com/mod/rei
validations:
required: true
- type: textarea
id: mod-description
attributes:
label: Mod Description
description: Please provide a brief description of the mod.
placeholder: Roughly Enough Items is an alternative to Just Enough Items, an item and recipe viewing mod.
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please check all that apply.
options:
- This mod has a 1.20.1 Forge version
- If not, this mod has a 1.20.1 Fabric version that works with [Sinytra Connector](https://modrinth.com/mod/connector)
- This mod does not cause compatibility issues with other mods in the modpack
- This mod is not made redundant by other mods in the modpack