chore: add Hugo version check to bug report

This commit is contained in:
ZhenShuo Leo
2025-08-16 19:16:40 +08:00
parent f8d272d9ad
commit c5c8da20ae

View File

@@ -21,6 +21,14 @@ body:
options: options:
- label: I have checked existing Issues and I feel this bug has not been raised - label: I have checked existing Issues and I feel this bug has not been raised
required: true 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 - type: textarea
id: describe-bug id: describe-bug
attributes: attributes: