From 11cf22999d9eeb45d25596af481d8bc27fa931ec Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 25 Jun 2021 21:37:03 -0700 Subject: [PATCH] Update ---bug_report.yml --- .github/ISSUE_TEMPLATE/---bug_report.yml | 31 ++++++++---------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug_report.yml b/.github/ISSUE_TEMPLATE/---bug_report.yml index 15308a241..e5785feb4 100644 --- a/.github/ISSUE_TEMPLATE/---bug_report.yml +++ b/.github/ISSUE_TEMPLATE/---bug_report.yml @@ -32,29 +32,18 @@ body: required: true - type: textarea attributes: - label: Expected Behavior - description: A clear and concise description of what you expected to happen. + label: Steps to Reproduce + description: Describe the bug in steps that we can reproduce ourselves. + value: | + 1. `npm init astro` using template + 2. ... + 3. ... + 4. ... + 5. Error! Describe what went wrong (and what was expected instead)... validations: required: true - type: input attributes: - label: Link to Minimal Reproducible Example - description: "We can't fix bugs that we can't see for ourselves! Issues with clear, minimal reproducible examples are more likely to be fixed quickly." + label: Link to Minimal Reproducible Example (Optional) + description: "Issues with easy reproductions are more likely to get fixed, faster." placeholder: 'https://github.com/username/repo' - - type: textarea - attributes: - label: Steps to reproduce - render: bash - value: | - # Setup - git clone git@github.com:username/repo.git - # OR npm init astro --template - - # Steps to reproduce - npm install - npm run build - - # Paste error below (or describe the issue) - Error: ... - validations: - required: true