From d1907b4ce50d78f60b812fdcce5a33cd8328ff1c Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 6 Mar 2019 07:59:24 +1100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index de625bbf..2817de1f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,24 +7,24 @@ assignees: '' --- -**System Details** -Please paste in your Wails report text here. If you have not done so yet, run `wails report` to generate this text. - -**Describe the bug** +**Description** A clear and concise description of what the bug is. **To Reproduce** -Steps to reproduce the behavior: +Steps to reproduce the behaviour: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +**Expected behaviour** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**System Details** +Please paste the output of `wails report` here. + **Additional context** Add any other context about the problem here.