forked from Mirrorlandia_minetest/minetest
Adjust bug report template
This commit is contained in:
parent
933432e62d
commit
8c3a6a819e
31
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
31
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -15,9 +15,8 @@ body:
|
|||||||
label: Minetest version
|
label: Minetest version
|
||||||
description: |
|
description: |
|
||||||
Paste the Minetest version below.
|
Paste the Minetest version below.
|
||||||
If you are on a devel version, please add a git commit hash.
|
If you are on a dev version, please also indicate the git commit hash.
|
||||||
You can use `minetest --version` to find it.
|
Refer to the "About" tab of the menu or run `minetest --version` on the command line.
|
||||||
You can also refer to the "About" tab of the menu.
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example:
|
Example:
|
||||||
Minetest 5.7.0-dev-ca13c51 (Linux)
|
Minetest 5.7.0-dev-ca13c51 (Linux)
|
||||||
@ -33,13 +32,6 @@ body:
|
|||||||
render: "true"
|
render: "true"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Active renderer
|
|
||||||
description: For graphical and input-related issues. You can find these in the About tab in the mainmenu.
|
|
||||||
placeholder: "Example: OpenGL 4.6.0"
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Irrlicht device
|
label: Irrlicht device
|
||||||
@ -50,31 +42,32 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating system and version
|
label: Operating system and version
|
||||||
description: It is recommended to upgrade your operating system to see if the problem still exists.
|
description: It is recommended to upgrade your operating system to see if the problem persists.
|
||||||
placeholder: "Example: Ubuntu 22.04"
|
placeholder: "Example: Ubuntu 22.04"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: CPU model
|
label: CPU model
|
||||||
description: Usually found in system settings.
|
description: Usually found in OS/system settings.
|
||||||
placeholder: "Example: Intel i5-2410M (4) @ 2.900GHz"
|
placeholder: "Example: Intel Core i5-2410M"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: The GPU model and OpenGL version can be omitted if the bug is not a graphical issue.
|
value: The GPU model and renderer can be omitted if the bug is not a graphical issue.
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: GPU model
|
label: GPU model
|
||||||
description: Usually found in system settings.
|
description: Usually found in OS/system settings.
|
||||||
placeholder: "Example: NVIDA GeForce RTX 4090"
|
placeholder: "Example: NVIDIA GeForce GTX 1660"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: OpenGL version
|
label: Active renderer
|
||||||
placeholder: "Example: 4.6"
|
description: You can find this in the "About" tab in the main menu.
|
||||||
|
placeholder: "Example: OpenGL 4.6.0"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -86,6 +79,6 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to reproduce
|
label: Steps to reproduce
|
||||||
description: Explain how the problem has happened, providing a minimal test (i.e. a code snippet reduced to the bone) where possible.
|
description: Explain how the problem has happened, providing a minimal test (e.g. a minimized code snippet) where possible.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user