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.
39 lines
1.3 KiB
39 lines
1.3 KiB
name: "\U0001F41E Bug report"
|
|
description: Create a report to help us improve
|
|
labels: ["bug: pending 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.
|
|
- type: checkboxes
|
|
id: checkboxes
|
|
attributes:
|
|
label: Validations
|
|
description: Before submitting the issue, please make sure you do the following
|
|
options:
|
|
- label: Read the [docs](https://fancyapps.com/).
|
|
required: true
|
|
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
|
|
required: true
|
|
|