diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 200d6e4..63c5f7c 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -14,8 +14,12 @@ body: options: - label: Reviewed the documentation. required: true + - label: Ensured I am using ghcr.io/flmorg/cleanuperr docker repository. + required: true - label: Ensured I am using the latest version. required: true + - label: Enabled debug logging. + required: true - type: textarea id: what-happened attributes: @@ -23,14 +27,6 @@ body: description: If applicable, mention what you expected to happen. validations: required: true - - type: input - id: version - attributes: - label: Version - description: What version of our software are you running? - placeholder: e.g. 1.3.0 or latest - validations: - required: true - type: dropdown id: os attributes: diff --git a/.github/ISSUE_TEMPLATE/3-help.yml b/.github/ISSUE_TEMPLATE/3-help.yml index 022f991..cece2d9 100644 --- a/.github/ISSUE_TEMPLATE/3-help.yml +++ b/.github/ISSUE_TEMPLATE/3-help.yml @@ -7,6 +7,19 @@ body: attributes: value: | If you are experiencing unexpected behavior, please consider submitting a bug report instead. + - type: checkboxes + id: init + attributes: + label: "Before submitting a help request, I have:" + options: + - label: Reviewed the documentation. + required: true + - label: Ensured I am using ghcr.io/flmorg/cleanuperr docker repository. + required: true + - label: Ensured I am using the latest version. + required: true + - label: Enabled debug logging. + required: true - type: textarea id: description attributes: