doc(issue-template): reproduction, formatting

This commit is contained in:
steven-omaha
2024-04-03 11:54:57 +02:00
parent 5ddc33a355
commit 9ce6dfb3ce
+14 -3
View File
@@ -26,11 +26,22 @@ body:
validations: validations:
required: true required: true
- type: textarea
id: reproduce
attributes:
label: How can we reproduce this?
description: Provide the exact steps to reproduce the issue.
value: "1.
2.
3.
4."
- type: textarea - type: textarea
id: version id: version
attributes: attributes:
label: Output of `pacdef version` label: Version of pacdef
description: What version of pacdef are you running? description: Paste the complete output of `pacdef version`.
render: shell
validations: validations:
required: true required: true
@@ -38,7 +49,7 @@ body:
id: os id: os
attributes: attributes:
label: What operating system and version are you encountering this issue on? label: What operating system and version are you encountering this issue on?
description: Most OS produce output for `lsb_release -a` description: Most OS produce output for `lsb_release -a`.
validations: validations:
required: true required: true