You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
908 B
29 lines
908 B
name: "\U0001F41E Bug report"
|
|
description: Create a report to help us improve
|
|
labels: ["needs triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
":warning: **Please provide a link to a live sample/demo to get a quick and accurate response!**"
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: Bug description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: Reproduction
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the bug report here.
|
|
|