Skip to content

Commit

Permalink
Updated Bug Issue template (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn authored Sep 12, 2024
1 parent b5f71b7 commit 4f954e4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report 🐛
name: Bug Report 🐛
description: Create a bug report to help us improve
labels: ['bug']
assignees: []
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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?
Expand Down

0 comments on commit 4f954e4

Please sign in to comment.