Adjust bug report template

This commit is contained in:
sfan5 2024-02-16 00:26:08 +01:00
parent 933432e62d
commit 8c3a6a819e
1 changed files with 16 additions and 23 deletions

View File

@ -15,11 +15,10 @@ 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)
Using Irrlicht 1.9.0mt9 Using Irrlicht 1.9.0mt9
Using LuaJIT 2.1.0-beta3 Using LuaJIT 2.1.0-beta3
@ -33,59 +32,53 @@ 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
description: description:
placeholder: "Example: X11" placeholder: "Example: X11"
validations: validations:
required: false required: false
- 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
attributes: attributes:
label: Summary label: Summary
description: Describe your problem here. description: Describe your problem here.
validations: validations:
required: true required: true
- 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