mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1988 from Garulf/issue-template-check-latest
Require user to check if they're using the latest software
This commit is contained in:
commit
1acaac46a5
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: >
|
- label: >
|
||||||
I have checked that this issue has not already been reported.
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem Description
|
label: Problem Description
|
||||||
|
|
@ -54,7 +61,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue