diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index a8422f32ff4..8969da2ef49 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -10,8 +10,19 @@ body: id: lychee-version attributes: label: Lychee version - description: Which version of Lychee are you using? Please provide the full version, e.g. v3.2.6. - placeholder: v5.1.2 + description: Which version of Lychee are you using? Please provide the full version, e.g. v6.6.5. + placeholder: v6.6.5 + validations: + required: true + + - type: input + id: check-latest-lychee-version + attributes: + label: Did you check the latest Lychee version? + description: If you are not using the latest version, please update and check if the bug still exists. + options: + - Yes + - No validations: required: true @@ -65,4 +76,6 @@ body: - label: I have provided easy and step-by-step instructions to reproduce the bug. required: true - label: I understand my bug report will be removed if I haven't met the criteria above. + required: true + - label: I understand that if I am requested to provide more information, I must do so within 14 days or the bug report will be closed. required: true \ No newline at end of file