Skip to content

Commit

Permalink
Update bug-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellinq authored Oct 30, 2024
1 parent 8777ba1 commit 5d84c10
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,30 @@ body:
validations:
required: true

- type: textarea
attributes:
label: Keyword search
description: Keywords you used to search for your issue
validations:
required: true

- type: textarea
attributes:
label: Solutions tried
description: |
What did you do to try to solve the issue?
Use [Self Diagnostics page](https://docs.cheatbreaker.net/category/self-diagnostics) if you haven't tried anything.
validations:
required: true

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior
description: |
Don't know specifics? Just describe what you were doing prior to your issue.
examples:
1. Go to '...'
2. Click on '...'
Expand Down Expand Up @@ -60,6 +79,14 @@ body:
validations:
required: true

- type: textarea
attributes:
label: Log file
description: |
View [how to get the log file](https://docs.cheatbreaker.net/self-diagnostics/overview)
validations:
required: true

- type: textarea
attributes:
label: Anything else?
Expand Down

0 comments on commit 5d84c10

Please sign in to comment.