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:
|
attributes:
|
||||||
label: Please confirm that;
|
label: Please confirm that;
|
||||||
options:
|
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
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
|
|
|
@ -10,11 +10,11 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Please confirm that;
|
label: Please confirm that;
|
||||||
options:
|
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
|
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
|
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
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: mod-name
|
id: mod-name
|
||||||
|
@ -46,7 +46,7 @@ body:
|
||||||
label: Checklist
|
label: Checklist
|
||||||
description: Please check all that apply.
|
description: Please check all that apply.
|
||||||
options:
|
options:
|
||||||
- label: This mod has a 1.20.1 Forge version
|
- 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: 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 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 is not made redundant by other mods in the modpack.
|
Reference in a new issue