minor template changes
This commit is contained in:
parent
23fb38067a
commit
4ae3f77327
2 changed files with 8 additions and 8 deletions
|
@ -10,7 +10,7 @@ body:
|
|||
attributes:
|
||||
label: Please confirm that;
|
||||
options:
|
||||
- label: I have checked that this issue 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
|
||||
- label: I have checked that this issue 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
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
|
|
|
@ -10,11 +10,11 @@ body:
|
|||
attributes:
|
||||
label: Please confirm that;
|
||||
options:
|
||||
- label: I have checked that this mod is not already in the modpack
|
||||
- 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
|
||||
- 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)
|
||||
- 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
|
||||
|
@ -46,7 +46,7 @@ body:
|
|||
label: Checklist
|
||||
description: Please check all that apply.
|
||||
options:
|
||||
- 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 does not cause compatibility issues with other mods in the modpack
|
||||
- label: This mod is not made redundant by other mods in the modpack
|
||||
- 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 does not cause compatibility issues with other mods in the modpack.
|
||||
- label: This mod is not made redundant by other mods in the modpack.
|
Reference in a new issue