From 5dd974cca18bfa805fdceb626f878b377658c72b Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Thu, 27 Jul 2023 19:08:21 +0200 Subject: [PATCH] chore: fix cpp-bug-report template --- .github/ISSUE_TEMPLATE/cpp-bug-report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/cpp-bug-report.yml b/.github/ISSUE_TEMPLATE/cpp-bug-report.yml index 45d9f11..1e0b607 100644 --- a/.github/ISSUE_TEMPLATE/cpp-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/cpp-bug-report.yml @@ -49,8 +49,9 @@ body: required: true - type: textarea id: example - label: Minimal C++ example - description: To be able to reproduce your issue, please give some example C++ code which creates problems. + attributes: + label: Minimal C++ example + description: To be able to reproduce your issue, please give some example C++ code which creates problems. validations: required: true - type: textarea