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:
|
options:
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- arm64
|
||||||
|
- arm64-v8a
|
||||||
|
- armeabi-v7a
|
||||||
- x86
|
- x86
|
||||||
- x64
|
- x64
|
||||||
validations:
|
validations:
|
||||||
|
@ -113,7 +115,7 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: is_system_webview
|
id: is_system_webview
|
||||||
attributes:
|
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.
|
description: Please note that no support for System WebView installation is provided.
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Add table
Reference in a new issue