From febd6eb3f0d906cda93aaf07765d811e78baaa69 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 7 Mar 2024 10:09:36 +0100
Subject: [PATCH] Bug Report: Tweak form fields

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

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 4751c3962..2e85647e9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -21,32 +21,32 @@ body:
       description: A short description of what you are trying to achieve
     validations:
       required: true
-  - type: textarea
+  - type: input
     id: os
     attributes:
       label: Description
-      description: "Operating system and version: e.g. Alma Linux 9"
+      placeholder: "Operating system and version: e.g. Alma Linux 9"
     validations:
       required: true
-  - type: textarea
+  - type: input
     id: compiler-version
     attributes:
       label: compiler
-      description: "Name and Version of the compiler used: e.g. GCC 13"
+      placeholder: "Name and Version of the compiler used: e.g. GCC 13"
     validations:
       required: true
-  - type: textarea
+  - type: input
     id: root-version
     attributes:
-      label: ROOT version
-      description: 
+      label: ROOT Version
+      placeholder: Version of ROOT
     validations:
       required: true
-  - type: textarea
+  - type: input
     id: dd4hep-version
     attributes:
-      label: dd4hep
-      description: "Version of DD4hep used: tag, commit ID, or GitHub branch"
+      label: DD4hep Version
+      placeholder: "Version of DD4hep used: tag, commit ID, or GitHub branch"
     validations:
       required: true
   - type: textarea
-- 
GitLab