diff --git a/.github/ISSUE_TEMPLATE/1-bug.yaml b/.github/ISSUE_TEMPLATE/1-bug.yaml index 8d0891d..3254d5c 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yaml +++ b/.github/ISSUE_TEMPLATE/1-bug.yaml @@ -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