Skip to content

Commit

Permalink
Bug Report: fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Mar 7, 2024
1 parent 90bb768 commit 877a7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 877a7a6

Please sign in to comment.