From c8c391e4bb1b780f21b21e1e43e169b60ae85b09 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Mon, 14 Oct 2024 09:15:50 -0400 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c616fa35..4b83080b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,22 +10,18 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. +**vgo version** +Are you using the latest version? + **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. +1. Using this input '...' +2. Via the '...' (cli or gradle plugin) +3. With these argument '...' +5. Results in this output '...' -**Screenshots** +**Visual Comparison** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here.