|
|
@ -1,6 +1,6 @@ |
|
|
|
name: "\U0001F41E Bug report" |
|
|
|
description: Create a report to help us improve |
|
|
|
labels: ["bug: pending triage"] |
|
|
|
labels: ["needs triage"] |
|
|
|
body: |
|
|
|
- type: markdown |
|
|
|
attributes: |
|
|
@ -27,13 +27,3 @@ body: |
|
|
|
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 |
|
|
|