Skip to content

Commit

Permalink
feat: update bug template
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Dec 6, 2024
1 parent 6d3d1bb commit 33072e2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ body:
required: true

- type: textarea
id: description
attributes:
label: 📝 Description
description: List steps to reproduce the error and details on what happens and what you expected to happen.
description: Describe what happens and what you expected to happen.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: 🪜 Steps To Reproduce
description: Steps to reproduce the behavior.
description: List out steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
Expand All @@ -32,6 +33,14 @@ body:
validations:
required: true

- type: textarea
id: logs
attributes:
label: 🪵 Log excerpts
description: Share any relevant log excerpts where available - see https://gitify.io/faq
validations:
required: false

- type: input
id: app-version
attributes:
Expand Down

0 comments on commit 33072e2

Please sign in to comment.