Update Issue, Server and RP Config Files from Templates
[SKIP]
This commit is contained in:
parent
f2f9e4867f
commit
d71c140497
5
.github/ISSUE_TEMPLATE/001-bug-report.yml
vendored
5
.github/ISSUE_TEMPLATE/001-bug-report.yml
vendored
@ -13,6 +13,7 @@ body:
|
||||
label: Nomi CEu Version
|
||||
description: The version of Nomi CEu you were using when this bug was encountered. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest alpha, beta or release of the pack.
|
||||
options:
|
||||
- "Nightly"
|
||||
- 1.7-alpha-2a
|
||||
- 1.7-alpha-2
|
||||
- 1.7-alpha-1
|
||||
@ -55,8 +56,8 @@ body:
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch."
|
||||
placeholder: "Example: Singleplayer | Example For Nightly: Singleplayer, Nightly Main 7ga03fj"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
28
.github/ISSUE_TEMPLATE/002-feature-request.yml
vendored
28
.github/ISSUE_TEMPLATE/002-feature-request.yml
vendored
@ -13,6 +13,7 @@ body:
|
||||
label: Nomi CEu Version
|
||||
description: The version of Nomi CEu you are using as the basis for this feature request. If you do not know what it is, check the title of your instance window. f you do not see your version here, please update to the newest alpha, beta or release of the pack.
|
||||
options:
|
||||
- "Nightly"
|
||||
- 1.7-alpha-2a
|
||||
- 1.7-alpha-2
|
||||
- 1.7-alpha-1
|
||||
@ -32,6 +33,33 @@ body:
|
||||
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: launcher
|
||||
attributes:
|
||||
label: Launcher
|
||||
description: "What launcher you were using when you experienced this issue. If you were using the CurseForge Launcher, please try to see if the issue occurs on a different launcher."
|
||||
placeholder: "Example: Prism Launcher"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: changed
|
||||
attributes:
|
||||
label: Configurations or Mods Changed
|
||||
description: Any changed configs, and removed or added mods. Make sure to also include the version of any mods you have added. If you have not changed any configurations, and not removed or added any mods, please leave this field blank.
|
||||
placeholder: |
|
||||
Example:
|
||||
Changed Loliasm Config: B:onDemandAnimatedTextures to false.
|
||||
Added AE2 Fluid Crafting Rework: Version 2.4.18-r.
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server. If you selected Nightly as your version, please also specify the Nightly Hash (the 7 random characters), and the Nightly Branch."
|
||||
placeholder: "Example: Singleplayer | Example For Nightly: Singleplayer, Nightly Main 7ga03fj"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user