summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2018-01-20 23:31:15 +0100
committerGitHub <noreply@github.com>2018-01-20 23:31:15 +0100
commitda80e8af8adee493e698227cfc201859a1515c81 (patch)
tree8c45ff59e303a7936a7c480c2fe64dac72887776 /.github
parent99c9e7a9864a8da5aaf97e615d2bdefa1295497a (diff)
downloadminetest-da80e8af8adee493e698227cfc201859a1515c81.tar.gz
minetest-da80e8af8adee493e698227cfc201859a1515c81.tar.bz2
minetest-da80e8af8adee493e698227cfc201859a1515c81.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..f6fc9ab0d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,31 @@
+##### Issue type
+<!-- Pick one below and delete others -->
+ - Bug report
+ - Feature request
+ - Documentation issue
+ - Build issue
+
+##### Minetest version
+<!--
+Paste Minetest version between quotes below
+If you are on a devel version, please add git commit hash
+You can use `minetest --version` to find it.
+-->
+```
+
+```
+
+##### OS / Hardware
+<!-- General information about your hardware and operating system -->
+Operating system:
+CPU:
+
+<!-- For graphical issues only -->
+GPU model:
+OpenGL version:
+
+##### Summary
+<!-- Describe your problem here -->
+
+##### Steps to reproduce
+<!-- For bug reports or build issues, explain how the problem happened -->