diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 0b401eac..b7550ef2 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -22,4 +22,10 @@ body: label: Question placeholder: Please describe the question. validations: - required: true \ No newline at end of file + 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