@@ -9,61 +9,50 @@ labels: bug
99 Found something not working as expected?
1010 Help us squash it! Please fill in the details below.
1111
12- - type : input
13- id : summary
14- attributes :
15- label : Bug Summary
16- description : Briefly explain the issue.
17- placeholder : " Crash when pressing restart after level 2"
18- validations :
19- required : true
20-
21- - type : textarea
22- id : steps
23- attributes :
24- label : Steps to Reproduce
25- description : Provide a clear, step-by-step guide on how to reproduce the bug.
26- placeholder : |
27- 1. Start the game
28- 2. Play until level 2
29- 3. Press 'Restart'
30- 4. Game crashes with error message
31- validations :
32- required : true
33-
34- - type : textarea
35- id : expected
36- attributes :
37- label : Expected Behavior
38- description : What did you expect to happen?
39- placeholder : " The game should restart the level normally without crashing."
40- validations :
41- required : true
42-
43- - type : textarea
44- id : actual
45- attributes :
46- label : Actual Behavior
47- description : What actually happened instead?
48- placeholder : " The game froze and exited with a traceback error."
49- validations :
50- required : true
51-
52- - type : textarea
53- id : logs
54- attributes :
55- label : Screenshots / Logs (Optional)
56- description : Upload any error logs or screenshots that show the problem.
57- placeholder : " Paste your console error output here..."
58- validations :
59- required : false
60-
61- - type : checkboxes
62- id : confirm
63- attributes :
64- label : Checklist
65- options :
66- - label : I’ve searched for existing bugs before reporting this one.
67- required : true
68- - label : I’m using the latest version of the game.
69- required : true
12+ ---
13+
14+
15+ ### Summary
16+
17+ A short summary of the issue:
18+
19+ > e.g. Game crashes after restarting.
20+
21+ ---
22+
23+ ### Steps to Reproduce
24+
25+ How to trigger the bug, step-by-step:
26+
27+ 1 . ...
28+ 2 . ...
29+ 3 . ...
30+
31+ ---
32+
33+ ### Expected Behavior
34+
35+ What should have happened?
36+
37+ > e.g. The game should restart the level without crashing.
38+
39+ ---
40+
41+ ### Actual Behavior
42+
43+ What actually happened?
44+
45+ > e.g. The game froze and showed a crash error.
46+
47+ ---
48+
49+ ### Screenshots / Logs (Optional)
50+
51+ Attach any screenshots or paste console logs if you have them.
52+
53+ ---
54+
55+ ### Checklist
56+
57+ - [ ] I have searched for existing issues before submitting this.
58+ - [ ] I’m using the latest version of the game.
0 commit comments