Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions .github/DISCUSSION_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@ 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.
placeholder: v5.1.2
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

- 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

Expand Down Expand Up @@ -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