Skip to content

Commit

Permalink
Give me a crash report or give me death
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Jul 21, 2023
1 parent 5ff0dad commit 32077b7
Showing 1 changed file with 17 additions and 45 deletions.
62 changes: 17 additions & 45 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_NEW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@ body:
I have read the above, and understand that my issue may be closed if one or more of these pre-requisities
have not been met.
required: true
- type: input
id: version
attributes:
label: Version Information
description: >-
Please provide the exact version of Sodium which you are using. We need the exact version number, not "latest version".
placeholder: 'Example: mc1.19.4-0.4.10'
validations:
required: true
- type: textarea
id: expected
attributes:
Expand Down Expand Up @@ -68,48 +59,29 @@ body:
3. Nothing happens
validations:
required: true
- type: markdown
attributes:
value: >-
# System Information
You can obtain this information from the right-side of the in-game debug
screen (F3) or through using
[DxDiag](https://support.microsoft.com/en-us/help/4028644/windows-open-and-run-dxdiagexe)
on Windows. If you are unsure as to how to fill it in, please screenshot dxdiag or the in-game debug screen (F3) and attach to 'Additional Information'.
- type: input
id: java
attributes:
label: Java Version
description:
placeholder: 'Example: OpenJDK 17.0.6 | GraalVM 20.0.1'
validations:
required: true
- type: input
id: os
- type: textarea
id: log-file
attributes:
label: Operating System
placeholder: 'Example: Windows 11 22H2 | Ubuntu 22.04 | MacOS 13'
label: Log file
description: >-
Attach the most recent log file from your client. This file is necessary and contains important information which
we need to diagnose your problem. Please do not upload the file to a third-party paste service.
validations:
required: true
- type: input
id: gpu
attributes:
label: Graphics card model
description: If your problem is a graphical issue, provide the exact model name of your graphics card.
placeholder: 'Example: Intel HD Graphics 620'
- type: input
id: gpu-driver
- type: textarea
id: debug-report
attributes:
label: Graphics driver version
description: If your problem is a graphical issue, provide the exact version of the graphics driver you are using.
placeholder: 'Example: Intel HD Graphics 620 31.0.101.2121'
label: Crash report
description: >-
This is different from the log file, and can be found in the `crash-reports` folder. If your game is not crashing,
then please load a single-player world, and hold the F3+C keys together until the game crashes.
The crash report contains important information about your hardware and software configuration, and we cannot
debug your problem without it. Please do not upload the file to a third-party paste service.
- type: textarea
id: additional
attributes:
label: Additional information
description: >-
Provide a list of any other mods you are using, along with their
respective versions. If you have any screenshots, videos, or other
information that you feel is necessary to explain the issue, please
attach them here.
If you have any screenshots, videos, or other information that you feel is necessary to
explain the issue, then attach them here. Please do not upload the files to third-party services.

0 comments on commit 32077b7

Please sign in to comment.