From f7344ec6c908e7f4a169a9ef735a8c8bcd7240c9 Mon Sep 17 00:00:00 2001 From: HamuZ HamuZ <550499+hamuz@users.noreply.github.com> Date: Fri, 14 Sep 2018 17:53:40 +0300 Subject: [PATCH] Add expected behavior to bug report template Helps to understand how the bug violates what the user expect to happen in normal scenario. --- .github/ISSUE_TEMPLATE/Bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 12ba47695e..3b35ad47c4 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -12,6 +12,9 @@ I am running Firefly III version x.x.x **Steps to reproduce** What do you need to do to trigger this bug? +**Expected behavior** +What do you expect to see after those steps? + **Extra info** Please add extra info here, such as OS, browser, and the output from the /debug page of your Firefly III installation (click the version at the bottom). @@ -19,4 +22,4 @@ Please add extra info here, such as OS, browser, and the output from the /debug Earn bonus points by: - Post a stacktrace from your log files -- Add a screenshot \ No newline at end of file +- Add a screenshot