Update ---bug_report.yml
This commit is contained in:
parent
7b21dc0063
commit
11cf22999d
1 changed files with 10 additions and 21 deletions
31
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
31
.github/ISSUE_TEMPLATE/---bug_report.yml
vendored
|
@ -32,29 +32,18 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Expected Behavior
|
label: Steps to Reproduce
|
||||||
description: A clear and concise description of what you expected to happen.
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to Minimal Reproducible Example
|
label: Link to Minimal Reproducible Example (Optional)
|
||||||
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."
|
description: "Issues with easy reproductions are more likely to get fixed, faster."
|
||||||
placeholder: 'https://github.com/username/repo'
|
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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue