Resolve [Bug]/#24 #27

Merge aplicado
csm-kb mesclou 24 commits from mc/1.20.2 into mc/1.20.2 2023-12-09 20:23:10 +00:00
2 arquivos alterados com 23 adições e 1 exclusões
Mostrando apenas as alterações do commit 404961649f - Mostrar todos os commits

chore: Improve issue templates

Awakened-Redstone 2023-11-30 22:03:07 -03:00
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 6706418258A99657

Ver arquivo

@ -32,7 +32,7 @@ body:
- type: input - type: input
id: version id: version
attributes: attributes:
label: Version information label: Mod version
description: >- description: >-
Please provide the exact version of the mod you are using. Every part of Please provide the exact version of the mod you are using. Every part of
the version is important! If you do not know what version you are using, the version is important! If you do not know what version you are using,
@ -40,6 +40,17 @@ body:
placeholder: 'Example: 1.0.4-beta.2' placeholder: 'Example: 1.0.4-beta.2'
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: Minecraft version
description: >-
Please provide the exact version of the mod you are using. Every part of
the version is important! If you do not know what version you are using,
look at the file name in your `mods` folder.
placeholder: '1.20.2'
validations:
required: true
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:

Ver arquivo

@ -40,6 +40,17 @@ body:
placeholder: 'Example: 1.0.0-beta.2' placeholder: 'Example: 1.0.0-beta.2'
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: Minecraft version
description: >-
Please provide the exact version of the mod you are using. Every part of
the version is important! If you do not know what version you are using,
look at the file name in your `mods` folder.
placeholder: '1.20.2'
validations:
required: true
- type: textarea - type: textarea
id: repro-steps id: repro-steps
attributes: attributes: