Skip to content

Commit 1acaac4

Browse files
Merge pull request #1988 from Garulf/issue-template-check-latest
Require user to check if they're using the latest software
2 parents 83a44b1 + f9ece10 commit 1acaac4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ body:
1515
- label: >
1616
I have checked that this issue has not already been reported.
1717
18+
- type: checkboxes
19+
attributes:
20+
label: Checks
21+
options:
22+
- label: >
23+
I am using the latest version of Flow Launcher.
24+
1825
- type: textarea
1926
attributes:
2027
label: Problem Description
@@ -54,7 +61,6 @@ body:
5461
validations:
5562
required: true
5663

57-
5864
- type: textarea
5965
id: logs
6066
attributes:

0 commit comments

Comments
 (0)