From 89c6812817a247ff263b2fb89ac9a4c53a8757b4 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 27 Mar 2024 07:51:32 +0100 Subject: [PATCH] Request for confirmation added --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3877097d..959e02d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,6 +46,21 @@ body: validations: required: true + - type: dropdown + id: is_chromium2 + attributes: + label: Are you sure? + description: | + Please check your answer above again, it is important information + + If the bug is related to functionality that does not exist in Chromium then answer "No". + multiple: false + options: + - "Yes" + - "No" + validations: + required: true + - type: input id: cromite_version attributes: