From 4f954e4289bc52319842bc184cb1c8da0b18a776 Mon Sep 17 00:00:00 2001 From: Uyen Doan <56598021+smmr-dn@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:01:58 -0500 Subject: [PATCH] Updated Bug Issue template (#2232) --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 80e58d4d19a..e6457b38a75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug Report 🐛 +name: Bug Report 🐛 description: Create a bug report to help us improve labels: ['bug'] assignees: [] @@ -14,7 +14,7 @@ body: label: Describe the bug (current behavior) description: A concise description of what you're experiencing. validations: - required: false + required: true - type: textarea attributes: label: Expected Behavior @@ -25,6 +25,8 @@ body: attributes: label: Link to minimal repro description: 'Create a minimal reproduction by forking [this sandbox](https://stackblitz.io/github/iTwin/iTwinUI/tree/main/minimal-sandbox?file=/src/App.tsx)' + validations: + required: true - type: textarea attributes: label: Steps To Reproduce @@ -34,6 +36,15 @@ body: 3. out validations: required: false + - type: checkboxes + attributes: + label: Package Version + description: Please confirm that you are using the [latest version](https://www.npmjs.com/package/@itwin/itwinui-react?activeTab=versions) of iTwinUI. + options: + - label: I'm using the latest version of iTwinUI. + required: false + validations: + required: false - type: textarea attributes: label: Anything else?