mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
require user to check if they're using the latest software
This commit is contained in:
parent
83a44b1cee
commit
f9ece10984
1 changed files with 7 additions and 1 deletions
8
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -15,6 +15,13 @@ body:
|
|||
- label: >
|
||||
I have checked that this issue has not already been reported.
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checks
|
||||
options:
|
||||
- label: >
|
||||
I am using the latest version of Flow Launcher.
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Problem Description
|
||||
|
|
@ -54,7 +61,6 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue