From 659cfbc3f66b4cc111fd2a77515623e950fdcb42 Mon Sep 17 00:00:00 2001 From: 0xedward <14011954+0xedward@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:02:45 -0400 Subject: [PATCH] Remove field for SystemWebView See https://github.com/uazo/cromite/issues/77#issuecomment-1645453577 --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index db4fb5c8..492582de 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -119,18 +119,6 @@ body: validations: required: true - - type: dropdown - id: is_system_webview - attributes: - label: Is this bug about the SystemWebView? - description: Please note that no support for System WebView installation is provided. - multiple: false - options: - - "Yes" - - "No" - validations: - required: true - - type: dropdown id: is_incognito attributes: