From 877a7a6da370486256227ed6f708c0c31b9735c0 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 7 Mar 2024 10:06:38 +0100 Subject: [PATCH] Bug Report: fix yaml syntax --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a0618456..4751c3962 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -25,14 +25,14 @@ body: id: os attributes: label: Description - description: Operating system and version: e.g. Alma Linux 9 + description: "Operating system and version: e.g. Alma Linux 9" validations: required: true - type: textarea id: compiler-version attributes: label: compiler - description: Name and Version of the compiler used: e.g. GCC 13 + description: "Name and Version of the compiler used: e.g. GCC 13" validations: required: true - type: textarea @@ -46,7 +46,7 @@ body: id: dd4hep-version attributes: label: dd4hep - description: Version of DD4hep used: tag, commit ID, or GitHub branch + description: "Version of DD4hep used: tag, commit ID, or GitHub branch" validations: required: true - type: textarea -- GitLab