]> git.lizzy.rs Git - dragonfireclient.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
Bug report template: ask contributors to provide a code snippet (#12405)
[dragonfireclient.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: Unconfirmed bug
6 assignees: ''
7 ---
8
9 ##### Minetest version
10 <!--
11 Paste Minetest version between quotes below.
12 If you are on a devel version, please add git commit hash.
13 You can use `minetest --version` to find it.
14 -->
15 ```
16
17 ```
18
19 ##### OS / Hardware
20 <!-- General information about your hardware and operating system -->
21 Operating system:
22 CPU:
23
24 <!-- For graphical issues only -->
25 GPU model:
26 OpenGL version:
27
28 ##### Summary
29 <!-- Describe your problem here -->
30
31 ##### Steps to reproduce
32 <!-- Explain how the problem has happened, providing a minimal test (i.e. a code snippet reduced to the bone) where possible -->