diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-06-05 22:12:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 16:12:39 -0400 |
commit | 381f84ee2788eb462999701e902bd22271cfcb2e (patch) | |
tree | 1e24b01863787f8892d90009ca8c1a6a5753a71f /.github/ISSUE_TEMPLATE | |
parent | 14c283a623a1c9c0015f04865655df7a225bedf9 (diff) | |
download | minetest-381f84ee2788eb462999701e902bd22271cfcb2e.tar.gz minetest-381f84ee2788eb462999701e902bd22271cfcb2e.tar.bz2 minetest-381f84ee2788eb462999701e902bd22271cfcb2e.zip |
Bug report template: ask contributors to provide a code snippet (#12405)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b6f351c15..7cf34bd4a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 --> |