From 3239d3be2a47000b815368a8a37cc20b153616f9 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Tue, 12 Apr 2022 20:42:14 +0200 Subject: [PATCH] bug_report.md template: Explicitly ask for steps --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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?** ...