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: