]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Bug report template: ask contributors to provide a code snippet (#12405)
authorZughy <63455151+Zughy@users.noreply.github.com>
Sun, 5 Jun 2022 20:12:39 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jun 2022 20:12:39 +0000 (16:12 -0400)
.github/ISSUE_TEMPLATE/bug_report.md

index b6f351c1570e9ad5204584b0257e440cf0f5339a..7cf34bd4a0413a38babafc600b12a7ab7f186f8e 100644 (file)
@@ -8,8 +8,8 @@ assignees: ''
 
 ##### Minetest version
 <!--
-Paste Minetest version between quotes below
-If you are on a devel version, please add git commit hash
+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.
 -->
 ```
@@ -29,4 +29,4 @@ OpenGL version:
 <!-- Describe your problem here -->
 
 ##### Steps to reproduce
-<!-- For bug reports or build issues, explain how the problem happened -->
+<!-- Explain how the problem has happened, providing a minimal test (i.e. a code snippet reduced to the bone) where possible -->