From 7624810374ec0a093dc6a0b639eaac5d0639f5eb Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Thu, 27 Jul 2023 19:09:50 +0200 Subject: [PATCH] fix: markdown-bug-report template --- .github/ISSUE_TEMPLATE/markdown-bug-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/markdown-bug-report.yml b/.github/ISSUE_TEMPLATE/markdown-bug-report.yml index 576a167..2642ff1 100644 --- a/.github/ISSUE_TEMPLATE/markdown-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/markdown-bug-report.yml @@ -49,8 +49,9 @@ body: required: true - type: textarea id: example - label: Minimal Mardown example - description: To be able to reproduce your issue, please give some example Markdown which creates problems. + attributes: + label: Minimal Mardown example + description: To be able to reproduce your issue, please give some example Markdown which creates problems. validations: required: true - type: textarea