Update bug_report.yml

This commit is contained in:
Adison Cavani 2023-06-05 13:15:54 +02:00
parent 47279e7eea
commit 36b3584fca
No known key found for this signature in database
GPG key ID: 61D5EA322C3F828C

View file

@ -1,7 +1,7 @@
name: 🐞 Bug
description: File a bug/issue
title: "[BUG] <title>"
labels: [Bug, Needs Triage]
labels: [bug]
body:
- type: checkboxes
attributes:
@ -22,29 +22,14 @@ body:
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: false
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **Node**: 13.14.0
- **npm**: 7.6.3
value: |
- OS:
- Node:
- npm:
render: markdown
validations:
required: false
@ -54,6 +39,6 @@ body:
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Tip: You can attach screenshots or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false