Skip to content

Commit 5d84c10

Browse files
authored
Update bug-report.yaml
1 parent 8777ba1 commit 5d84c10

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,30 @@ body:
2020
validations:
2121
required: true
2222

23+
- type: textarea
24+
attributes:
25+
label: Keyword search
26+
description: Keywords you used to search for your issue
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
attributes:
32+
label: Solutions tried
33+
description: |
34+
What did you do to try to solve the issue?
35+
36+
Use [Self Diagnostics page](https://docs.cheatbreaker.net/category/self-diagnostics) if you haven't tried anything.
37+
validations:
38+
required: true
39+
2340
- type: textarea
2441
attributes:
2542
label: Steps To Reproduce
2643
description: Steps to reproduce the behavior
2744
description: |
45+
Don't know specifics? Just describe what you were doing prior to your issue.
46+
2847
examples:
2948
1. Go to '...'
3049
2. Click on '...'
@@ -60,6 +79,14 @@ body:
6079
validations:
6180
required: true
6281

82+
- type: textarea
83+
attributes:
84+
label: Log file
85+
description: |
86+
View [how to get the log file](https://docs.cheatbreaker.net/self-diagnostics/overview)
87+
validations:
88+
required: true
89+
6390
- type: textarea
6491
attributes:
6592
label: Anything else?

0 commit comments

Comments
 (0)