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:
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
id: version
attributes:
label: Output of `pacdef version`
description: What version of pacdef are you running?
label: Version of pacdef
description: Paste the complete output of `pacdef version`.
render: shell
validations:
required: true
@@ -38,7 +49,7 @@ body:
id: os
attributes:
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:
required: true