Resolve [Bug]/#24 #27
2 arquivos alterados com 23 adições e 1 exclusões
chore: Improve issue templates
commit
b6c77fa8d7
13
.github/ISSUE_TEMPLATE/bug_report.yml
externo
13
.github/ISSUE_TEMPLATE/bug_report.yml
externo
|
|
@ -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:
|
||||
|
|
|
|||
11
.github/ISSUE_TEMPLATE/crash_report.yml
externo
11
.github/ISSUE_TEMPLATE/crash_report.yml
externo
|
|
@ -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:
|
||||
|
|
|
|||
Referência em uma nova issue