From 81409e1fa3698486787a8253b5c39fdc35e744bd Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 7 Mar 2024 10:11:09 +0100
Subject: [PATCH] Bug Report: better examples, descriptions

---
 .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 2e85647e9..0fe0b7fbe 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -24,29 +24,29 @@ body:
   - type: input
     id: os
     attributes:
-      label: Description
-      placeholder: "Operating system and version: e.g. Alma Linux 9"
+      label: Operating System and Version
+      placeholder: "e.g. Alma Linux 9"
     validations:
       required: true
   - type: input
     id: compiler-version
     attributes:
       label: compiler
-      placeholder: "Name and Version of the compiler used: e.g. GCC 13"
+      placeholder: "e.g. GCC 13"
     validations:
       required: true
   - type: input
     id: root-version
     attributes:
       label: ROOT Version
-      placeholder: Version of ROOT
+      placeholder: e.g. 6.10/02
     validations:
       required: true
   - type: input
     id: dd4hep-version
     attributes:
       label: DD4hep Version
-      placeholder: "Version of DD4hep used: tag, commit ID, or GitHub branch"
+      placeholder: "tag, commit ID, or GitHub branch"
     validations:
       required: true
   - type: textarea
-- 
GitLab