From d8a1344e3379f17e23f6a50122244bdc8ad7d130 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:08:04 +0200 Subject: [PATCH 1/6] fix --- .github/DISCUSSION_TEMPLATE/bugs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 8969da2ef49..a203204e989 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -15,14 +15,16 @@ 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. + multiple: false options: - Yes - No + default: No validations: required: true @@ -30,6 +32,7 @@ body: id: php-version attributes: label: Which PHP version are you using? + multiple: false options: - PHP 8.4 - PHP 8.3 From cc970f83fd5a8bf5f3dbeae4d3429627282e689b Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:10:24 +0200 Subject: [PATCH 2/6] fix --- .github/DISCUSSION_TEMPLATE/bugs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index a203204e989..f8a04fec3cf 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -22,9 +22,9 @@ body: description: If you are not using the latest version, please update and check if the bug still exists. multiple: false options: - - Yes - - No - default: No + - "Yes" + - "No" + default: "No" validations: required: true From 5ee239c1190d2a075415229909e68ec93987b27a Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:12:26 +0200 Subject: [PATCH 3/6] fix --- .github/DISCUSSION_TEMPLATE/bugs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index f8a04fec3cf..625688170b3 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -22,9 +22,9 @@ body: description: If you are not using the latest version, please update and check if the bug still exists. multiple: false options: - - "Yes" - - "No" - default: "No" + - 'Yes' + - 'No' + default: 2 validations: required: true From 44759ecacc8d58544ed6cd2f4fcf172018591533 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:13:25 +0200 Subject: [PATCH 4/6] fix --- .github/DISCUSSION_TEMPLATE/bugs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 625688170b3..23c0463e286 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -22,9 +22,9 @@ body: description: If you are not using the latest version, please update and check if the bug still exists. multiple: false options: - - 'Yes' - - 'No' - default: 2 + - 'Yes, I did' + - 'No, I am not using the latest version' + default: 'No, I am not using the latest version' validations: required: true From 2e42ad07dac3ec70743e2d815d6417e49d987838 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:14:49 +0200 Subject: [PATCH 5/6] fix --- .github/DISCUSSION_TEMPLATE/bugs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 23c0463e286..50209cd032f 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -24,7 +24,6 @@ body: options: - 'Yes, I did' - 'No, I am not using the latest version' - default: 'No, I am not using the latest version' validations: required: true From c11cb34b498ac2f39c76b09485a8e506fbdb74bc Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 19:18:26 +0200 Subject: [PATCH 6/6] more fixes --- .github/DISCUSSION_TEMPLATE/bugs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 50209cd032f..98844992b1b 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -20,7 +20,6 @@ body: 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. - multiple: false options: - 'Yes, I did' - 'No, I am not using the latest version' @@ -31,7 +30,6 @@ body: id: php-version attributes: label: Which PHP version are you using? - multiple: false options: - PHP 8.4 - PHP 8.3