issue-checkbox (#1122)

- add issue checkbox
This commit is contained in:
Ömer Faruk Özdemir 2022-04-29 01:22:11 +03:00 committed by GitHub
parent 6d0a6ccb83
commit c215626959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -6,6 +6,13 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the issue you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
id: bug-description
attributes:

View File

@ -6,12 +6,14 @@ labels: ''
assignees: ''
---
- [] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
**Additional context**
Add any other context or screenshots about the feature request here.