summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-25 21:37:03 -0700
committerGravatar GitHub <noreply@github.com> 2021-06-25 21:37:03 -0700
commit11cf22999d9eeb45d25596af481d8bc27fa931ec (patch)
treeaad8a98111113b73e2ed4ae6384e045e76440c12
parent7b21dc006383fd4614641aefa528cf5b677301a4 (diff)
downloadastro-11cf22999d9eeb45d25596af481d8bc27fa931ec.tar.gz
astro-11cf22999d9eeb45d25596af481d8bc27fa931ec.tar.zst
astro-11cf22999d9eeb45d25596af481d8bc27fa931ec.zip
Update ---bug_report.yml
-rw-r--r--.github/ISSUE_TEMPLATE/---bug_report.yml31
1 files 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 <NAME>
+ 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 <name>
-
- # Steps to reproduce
- npm install
- npm run build
-
- # Paste error below (or describe the issue)
- Error: ...
- validations:
- required: true