Skip to content

Commit 06a5223

Browse files
committed
🐛 fix issue template
1 parent 61ae338 commit 06a5223

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ body:
6767
description: |
6868
Provide a steps-by-step guide to reproduce this bug.
6969
Include any relevant configuration used.
70+
placeholder: |
71+
1. ...
72+
2. ...
73+
3. ...
7074
validations:
7175
required: true
7276
- type: textarea
@@ -77,13 +81,13 @@ body:
7781
validations:
7882
required: false
7983
- type: dropdown
80-
id: ai
84+
id: genai
8185
attributes:
8286
label: Generative AI
8387
description: Indicate if generative AI has been used to create this issue.
8488
options:
85-
- Yes
86-
- No
89+
- 'Yes'
90+
- 'No'
8791
validations:
8892
required: true
8993
- type: textarea

0 commit comments

Comments
 (0)