summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-04-12 20:42:14 +0200
committerMartin Nordholts <enselic@gmail.com>2022-04-20 07:53:03 +0200
commit3239d3be2a47000b815368a8a37cc20b153616f9 (patch)
tree0300473927fc6e5287652e25fbb38671a5b13b35
parent19033d7315650fe35ffe038cdbde6d517e296d9f (diff)
bug_report.md template: Explicitly ask for steps
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 5c2e9ab9..b1732b43 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -20,7 +20,13 @@ Please note that the following bugs have already been reported:
-->
-**Describe the bug you encountered:**
+**What steps will reproduce the bug?**
+
+1. step 1
+2. step 2
+3. ...
+
+**What happens?**
...