From 475b75d0fe8271c3e435d9a046a9698cfcd006ea Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 17 Feb 2022 11:14:18 -0800 Subject: [PATCH] chore: update bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e9a5214..4e56373 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,8 +6,6 @@ labels: 'bug' assignees: '' --- -## Required Information - > Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information. - Vue Version: @@ -16,12 +14,11 @@ assignees: '' **Describe the bug** A clear and concise description of what the bug is. -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**Reproduction Link** +A link to a reproduction of the bug. This is a huge help. + +**Steps To Reproduce** +Outline the steps to reproduce the bug. **Expected behavior** A clear and concise description of what you expected to happen.