From c5c8da20aeab90f582b714593109fb646642a518 Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Sat, 16 Aug 2025 19:16:40 +0800 Subject: [PATCH] chore: add Hugo version check to bug report --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 5830dcd9..2544a2d9 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -21,6 +21,14 @@ body: options: - label: I have checked existing Issues and I feel this bug has not been raised required: true + - type: checkboxes + id: hugo-version-check + attributes: + label: Hugo Version Check + description: Please confirm that your Hugo version is within the supported range specified in the [config](https://github.com/nunocoracao/blowfish/blob/main/config.toml) + options: + - label: My Hugo version is within the supported range + required: true - type: textarea id: describe-bug attributes: