File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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 '...'
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?
You can’t perform that action at this time.
0 commit comments