From c237a8d5ee8e66d39f2937c13f2f1257d745512f Mon Sep 17 00:00:00 2001 From: intent-kacper-cyranowski <143452571+intent-kacper-cyranowski@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:42:27 +0200 Subject: [PATCH] chore: add code input to question.yml (#1213) * chore: add code input to question.yml --- .github/ISSUE_TEMPLATE/question.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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