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 name: 🐞 Bug
description: File a bug/issue description: File a bug/issue
title: "[BUG] <title>" title: "[BUG] <title>"
labels: [Bug, Needs Triage] labels: [bug]
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
@ -22,29 +22,14 @@ body:
description: A concise description of what you expected to happen. description: A concise description of what you expected to happen.
validations: validations:
required: false 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 - type: textarea
attributes: attributes:
label: Environment label: Environment
description: | description: |
examples: examples:
- **OS**: Ubuntu 20.04 - **OS**: Ubuntu 20.04
- **Node**: 13.14.0
- **npm**: 7.6.3
value: | value: |
- OS: - OS:
- Node:
- npm:
render: markdown render: markdown
validations: validations:
required: false required: false
@ -54,6 +39,6 @@ body:
description: | description: |
Links? References? Anything that will give us more context about the issue you are encountering! 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: validations:
required: false required: false