diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ff083ea9d1e..a7cabf17bc0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,6 +18,17 @@ body: attributes: value: | --- + - type: textarea + id: repro + attributes: + label: Reproduction + description: Describe the stepps to reproduce this bug. If applicable attach user/session data at the bottom + validations: + required: true + - type: markdown + attributes: + value: | + --- - type: textarea id: expected-behavior attributes: