This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
GalacticFactory-Legacy/.forgejo/issue_template/mod_suggestion.yaml

56 lines
2.3 KiB
YAML
Raw Normal View History

2024-03-23 14:09:32 -04:00
name: Mod Suggestion
about: Suggest a new mod
2024-03-23 15:04:16 -04:00
labels: [mod discussion]
2024-03-23 15:05:33 -04:00
ref: master
2024-03-23 14:09:32 -04:00
body:
- type: markdown
attributes:
value: |
2024-03-23 14:41:06 -04:00
Thank you for taking the time to submit a mod suggestion!
- type: checkboxes
id: confirmation
attributes:
label: Please confirm that;
options:
2024-03-23 14:57:35 -04:00
- label: I have checked that this mod is not already in the modpack.
2024-03-23 14:41:06 -04:00
required: true
2024-03-23 14:57:35 -04:00
- 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.
2024-03-23 14:41:06 -04:00
required: true
2024-03-23 14:57:35 -04:00
- label: I have read the [Contribution Guidelines](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/src/branch/master/CONTRIBUTING.md).
2024-03-23 14:41:06 -04:00
required: true
2024-03-23 14:09:32 -04:00
- 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:
2024-03-23 14:57:35 -04:00
- label: This mod has a 1.20.1 Forge version.
- label: If not, this mod has a 1.20.1 Fabric version that works with [Sinytra Connector](https://modrinth.com/mod/connector).
- label: This mod is actually a datapack that explicitly supports 1.20.1.
2024-03-23 14:57:35 -04:00
- label: This mod does not cause compatibility issues with other mods in the modpack.
- label: This mod is not made redundant by other mods in the modpack.