chore: Update issue templates
This commit is contained in:
parent
ae29f949d2
commit
8cafffdb3c
2 changed files with 16 additions and 2 deletions
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -34,6 +34,20 @@ body:
|
|||
placeholder: "e.g. 1.12.0"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: "Platform"
|
||||
description: "Select the platform where the bug occurs."
|
||||
options:
|
||||
- Android
|
||||
- iOS
|
||||
- Web
|
||||
- Linux
|
||||
- macOS
|
||||
- Windows
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: platform-info
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue