Skip to content

Commit

Permalink
Bug Report: better examples, descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Mar 7, 2024
1 parent febd6eb commit 81409e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81409e1

Please sign in to comment.