Skip to content

Commit

Permalink
chore: add code input to question.yml (#1213)
Browse files Browse the repository at this point in the history
* chore: add code input to question.yml
  • Loading branch information
intent-kacper-cyranowski committed Jul 17, 2024
1 parent 113965f commit c237a8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ body:
label: Question
placeholder: Please describe the question.
validations:
required: true
required: true

- type: textarea
attributes:
label: Question related code
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.
render: markdown

0 comments on commit c237a8d

Please sign in to comment.