From b436496410759301c1d49b10907ac63b6fa675e3 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:39:26 -0700 Subject: [PATCH] Add repro textfield to bug form --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: