Skip to content

Commit

Permalink
Update 02-bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm authored May 23, 2024
1 parent 06dbedc commit e1d8b8e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/02-bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Bug report
description: Create a report to help us improve
labels: ['bug']
body:
- type: textarea
id: description
attributes:
label: Description
description: Try to describe in detail the problem you're running into and provide additional context about your working environment if necessary.
placeholder: e.g. When I do X, Y happens instead of Z
validations:
required: true
- type: markdown
attributes:
value: |
Expand Down Expand Up @@ -65,14 +73,7 @@ body:
- label: iOS
- label: Android
- label: Other/not relevant
- type: textarea
id: description
attributes:
label: Description
description: Try to describe in detail the problem you're running into and provide additional context about your working environment if necessary.
placeholder: e.g. When I do X, Y happens instead of Z
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
Expand Down

0 comments on commit e1d8b8e

Please sign in to comment.