Skip to content
Snippets Groups Projects
Unverified Commit 81409e1f authored by Andre Sailer's avatar Andre Sailer Committed by GitHub
Browse files

Bug Report: better examples, descriptions

parent febd6eb3
No related branches found
No related tags found
No related merge requests found
...@@ -24,29 +24,29 @@ body: ...@@ -24,29 +24,29 @@ body:
- type: input - type: input
id: os id: os
attributes: attributes:
label: Description label: Operating System and Version
placeholder: "Operating system and version: e.g. Alma Linux 9" placeholder: "e.g. Alma Linux 9"
validations: validations:
required: true required: true
- type: input - type: input
id: compiler-version id: compiler-version
attributes: attributes:
label: compiler label: compiler
placeholder: "Name and Version of the compiler used: e.g. GCC 13" placeholder: "e.g. GCC 13"
validations: validations:
required: true required: true
- type: input - type: input
id: root-version id: root-version
attributes: attributes:
label: ROOT Version label: ROOT Version
placeholder: Version of ROOT placeholder: e.g. 6.10/02
validations: validations:
required: true required: true
- type: input - type: input
id: dd4hep-version id: dd4hep-version
attributes: attributes:
label: DD4hep Version label: DD4hep Version
placeholder: "Version of DD4hep used: tag, commit ID, or GitHub branch" placeholder: "tag, commit ID, or GitHub branch"
validations: validations:
required: true required: true
- type: textarea - type: textarea
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment