fabulously-optimized/.github/ISSUE_TEMPLATE/mod-request.yml
2022-05-24 08:04:37 +03:00

75 lines
2.4 KiB
YAML

name: Mod request
description: Suggest a new mod to be included in Fabulously Optimized
labels: mod
body:
- type: markdown
attributes:
value: |
Before you request a mod, [please search](https://github.com/Fabulously-Optimized/fabulously-optimized/issues) if it has already been requested.
Remember the ancient proverb: "The less mods FO has, the better it works with the mods you want to add." and [consider the principles](https://fabulously-optimized.gitbook.io/modpack/readme/principles).
- type: input
attributes:
label: Mod name
validations:
required: true
- type: input
attributes:
label: CurseForge link
description: If it exists, please include it. You can still suggest without it, but it will likely take more time to be included.
validations:
required: false
- type: textarea
attributes:
label: Other links
description: E.g. Modrinth or GitHub, optional. If the developer cannot or will not add it to CurseForge, you may also [request an exception on CurseForge](https://support.curseforge.com/en/support/solutions/articles/9000197913-non-curseforge-mods).
validations:
required: false
- type: textarea
attributes:
label: What it does
description: A short description of what the mod does.
validations:
required: true
- type: textarea
attributes:
label: Why should it be in the modpack
description: How can the mod benefit everyone while keeping the experience "vanilla-like"?
validations:
required: true
- type: textarea
attributes:
label: Why shouldn't it be in the modpack
description: Don't forget to include any downsides of the mod, you know every mod has some.
placeholder: |
Examples: not available in CurseForge, still in beta, depends on something, has confusing settings, not very vanilla-like etc.
validations:
required: true
- type: dropdown
attributes:
label: Categories
description: Select all that match the mod.
multiple: true
options:
- Performance optimization
- Graphics optimization
- New feature
- Works like OptiFine/Bedrock Edition/Forge/etc
- Fixes a bug/makes another mod work
- Replaces an existing mod
validations:
required: true
- type: textarea
attributes:
label: Additional details
description: Anything else you want to add?
validations:
required: false