Skip to content

Commit 9be2815

Browse files
Fix broken defect
1 parent c885fb7 commit 9be2815

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/ISSUE_TEMPLATE/defect.yml

+12-13
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ body:
3535
- Installation source (official website, package manager, etc.)
3636
- Operating system and version
3737
- CPU/GPU specifications
38-
- Input device details (if relevant)
39-
values: |
40-
SuperTuxKart version:
41-
Installation source:
42-
OS:
43-
CPU:
44-
GPU:
45-
Input device:
38+
- Controller/keyboard type (if relevant)
39+
placeholder: |
40+
SuperTuxKart version: 1.4
41+
Installation source: Official repository
42+
OS: Ubuntu 24.04
43+
CPU: i5-10400
44+
GPU: GTX 1660
45+
Input device: USB keyboard
4646
validations:
4747
required: true
4848

@@ -52,7 +52,7 @@ body:
5252
label: Error message
5353
description: |
5454
If an error message was shown, please paste the complete error message, or a screenshot of it.
55-
values: |
55+
value: |
5656
```
5757
[Paste error message here]
5858
```
@@ -68,9 +68,8 @@ body:
6868
- macOS: ~/Library/Application Support/supertuxkart/config-0.10/stdout.log
6969
- Linux and other Unix-based systems:
7070
$XDG_CONFIG_HOME/supertuxkart/config-0.10/stdout.log
71-
or
72-
~/.config/supertuxkart/config-0.10/stdout.log
73-
values: |
71+
or ~/.config/supertuxkart/config-0.10/stdout.log
72+
value: |
7473
```
7574
[Paste contents of stdout.log here]
7675
```
@@ -82,7 +81,7 @@ body:
8281
description: |
8382
If your issue is related to the input config (gamepads, keyboards),
8483
please provide your file input.xml located in the same directory as stdout.log.
85-
values: |
84+
value: |
8685
```
8786
[Paste contents of input.xml here]
8887
```

0 commit comments

Comments
 (0)