Skip to content

Commit da80e8a

Browse files
authoredJan 20, 2018
Add minetest issue template (#6936)
* Add minetest issue template This permits end user to have a basic template permitting to do issue triage and for users to know what we expect.
1 parent 99c9e7a commit da80e8a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
##### Issue type
2+
<!-- Pick one below and delete others -->
3+
- Bug report
4+
- Feature request
5+
- Documentation issue
6+
- Build issue
7+
8+
##### Minetest version
9+
<!--
10+
Paste Minetest version between quotes below
11+
If you are on a devel version, please add git commit hash
12+
You can use `minetest --version` to find it.
13+
-->
14+
```
15+
16+
```
17+
18+
##### OS / Hardware
19+
<!-- General information about your hardware and operating system -->
20+
Operating system:
21+
CPU:
22+
23+
<!-- For graphical issues only -->
24+
GPU model:
25+
OpenGL version:
26+
27+
##### Summary
28+
<!-- Describe your problem here -->
29+
30+
##### Steps to reproduce
31+
<!-- For bug reports or build issues, explain how the problem happened -->

0 commit comments

Comments
 (0)
Please sign in to comment.