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 b6c77fa8d7 - Mostrar todos os commits

chore: Improve issue templates

Awakened-Redstone 2023-11-30 22:03:07 -03:00 commit de Kane Bruce
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 9FE531477BA84BF9

Ver arquivo

@ -32,7 +32,7 @@ body:
- type: input
id: version
attributes:
label: Version information
label: Mod 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,
@ -40,6 +40,17 @@ body:
placeholder: 'Example: 1.0.4-beta.2'
validations:
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
id: expected
attributes:

Ver arquivo

@ -40,6 +40,17 @@ body:
placeholder: 'Example: 1.0.0-beta.2'
validations:
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
id: repro-steps
attributes: