Add missing architectures
Fix header for SystemWebView question
This commit is contained in:
parent
6696caee49
commit
b2741b8d4e
1 changed files with 3 additions and 1 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -57,6 +57,8 @@ body:
|
|||
options:
|
||||
- arm
|
||||
- arm64
|
||||
- arm64-v8a
|
||||
- armeabi-v7a
|
||||
- x86
|
||||
- x64
|
||||
validations:
|
||||
|
@ -113,7 +115,7 @@ body:
|
|||
- type: dropdown
|
||||
id: is_system_webview
|
||||
attributes:
|
||||
label: Is this issue related to the System WebView?
|
||||
label: Is this bug about the SystemWebView?
|
||||
description: Please note that no support for System WebView installation is provided.
|
||||
multiple: false
|
||||
options:
|
||||
|
|
Loading…
Add table
Reference in a new issue