Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
(meta)
  • Loading branch information
flybayer authored Mar 6, 2021
1 parent 7ff1d2d commit e97ba82
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ body:
label: What is the problem?
validations:
required: true
- type: textarea
attributes:
label: Paste all your error logs here:
value: |
```
PASTE_HERE (leave the ``` marks)
```
validations:
required: true
- type: textarea
attributes:
label: Paste all relevant code snippets here:
value: |
```
PASTE_HERE (leave the ``` marks)
```
validations:
required: true
- type: textarea
attributes:
label: What are detailed steps to reproduce this?
Expand All @@ -22,7 +40,7 @@ body:
label: "Run `blitz -v` and paste the output here:"
value: |
```
PASTE_HERE
PASTE_HERE (leave the ``` marks)
```
validations:
required: true
Expand Down

0 comments on commit e97ba82

Please sign in to comment.