Skip to content

Commit 2c5352a

Browse files
Update issue template
Avoid "v1.8.3"
1 parent 5e0adba commit 2c5352a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,29 @@ body:
4242
attributes:
4343
label: Flow Launcher Version
4444
description: Go to "Settings" => "About".
45-
value: v1.8.3
45+
validations:
46+
required: true
4647

4748
- type: input
4849
attributes:
4950
label: Windows Build Number
50-
description: Run "ver" at CMD (command prompt).
51-
value: 10.0.19043.1288
51+
description: Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About.
52+
validations:
53+
required: true
54+
5255

5356
- type: textarea
5457
id: logs
5558
attributes:
5659
label: Error Log
5760
description: >
5861
Log file place:
62+
63+
Go to "Settings" => "About" => "DevTools" => Click Tools Button => "Log Folder".
5964
6065
- The latest version place: `%AppData%\FlowLauncher\Logs\<version>\<date>.txt`
6166
62-
- For portable mode: `%LocalAppData%\FlowLauncher\<App-Version>\UserData\Logs\<version>\<date>.txt`
67+
- For portable mode: `Your-Flow-Location\<App-Version>\UserData\Logs\<version>\<date>.txt`
6368
value: >
6469
<details>
6570

0 commit comments

Comments
 (0)