diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 8969da2ef49..98844992b1b 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -15,14 +15,14 @@ body: validations: required: true - - type: input + - type: dropdown 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 + - 'Yes, I did' + - 'No, I am not using the latest version' validations: required: true