Skip to content

Commit

Permalink
Merge pull request #402 from AzureAaron/fix-issue-template
Browse files Browse the repository at this point in the history
Issue template fixes
  • Loading branch information
AzureAaron authored Nov 4, 2023
2 parents 4a4651c + 0e7ebae commit 3242f65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ body:
id: logs
attributes:
label: Log output
description: 'Please upload a client log file by dragging and dropping it into this section. Usually this is found at `.minecraft/logs/latest.log`. If you are not sure how to find `.minecraft`, please see this article: https://minecraft.fandom.com/wiki/.minecraft#Locating_.minecraft. Please do not upload a compressed (`.log.gz`) file, they are very difficult for us to read when viewing issue reports. The log file instantly tells us important information like the versions of any other installed mods or if there are errors so it is very very important that you include it in your report.'
description: 'Please upload a client log file by dragging and dropping it into this section. Usually this is found at `.minecraft/logs/latest.log`. If you are not sure how to find `.minecraft`, please see this article: https://minecraft.wiki/w/.minecraft#Locating_.minecraft. Please do not upload a compressed (`.log.gz`) file, they are very difficult for us to read when viewing issue reports. The log file instantly tells us important information like the versions of any other installed mods or if there are errors so it is very very important that you include it in your report.'
- type: dropdown
id: minecraft-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
options:
- 1.20.2
- 1.20.1
- 1.20
- "1.20.2"
- "1.20.1"
- "1.20"
validations:
required: true
- type: input
Expand All @@ -54,4 +54,4 @@ body:
label: Additional context
description: 'Add any other context about the problem here. If you are proficient at reading log files and think there is an especially relevant section, feel free to paste it in a code block here - that is not required, though.'
validations:
required: false
required: false
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/crash_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ body:
label: Minecraft Version
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
options:
- 1.20.2
- 1.20.1
- 1.20
- "1.20.2"
- "1.20.1"
- "1.20"
validations:
required: true
- type: input
Expand Down Expand Up @@ -79,4 +79,4 @@ body:
label: Additional context
description: Provide any additional information or context which may be relevant to the issue. This is optional
validations:
required: false
required: false

0 comments on commit 3242f65

Please sign in to comment.