Skip to content

Commit c237a8d

Browse files
chore: add code input to question.yml (#1213)
* chore: add code input to question.yml
1 parent 113965f commit c237a8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ body:
2222
label: Question
2323
placeholder: Please describe the question.
2424
validations:
25-
required: true
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Question related code
30+
placeholder: Please provide as much context of your issue as it is possible including information how you initialize your ble manager and how you use it.
31+
render: markdown

0 commit comments

Comments
 (0)