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
|
- 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:
|
||||||
|
|
|
||||||
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'
|
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:
|
||||||
|
|
|
||||||
Referência em uma nova issue