From b6c604e4d6d10b6ca35acd196e2fab492fe0ae56 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 31 May 2025 15:43:25 +0200 Subject: [PATCH 1/2] add hint that they should update --- .github/DISCUSSION_TEMPLATE/bugs.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index a8422f32ff4..495cb35d5f5 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -11,7 +11,18 @@ body: 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 + 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 From d2107716245312473915a97e0e9b5a51f671ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Sat, 31 May 2025 16:09:30 +0200 Subject: [PATCH 2/2] Update .github/DISCUSSION_TEMPLATE/bugs.yml Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- .github/DISCUSSION_TEMPLATE/bugs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/bugs.yml b/.github/DISCUSSION_TEMPLATE/bugs.yml index 495cb35d5f5..8969da2ef49 100644 --- a/.github/DISCUSSION_TEMPLATE/bugs.yml +++ b/.github/DISCUSSION_TEMPLATE/bugs.yml @@ -10,7 +10,7 @@ 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. + 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