From 2c5352a464587ad542c16f05057bf9864b760d9a Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:50:36 +0800 Subject: [PATCH] Update issue template Avoid "v1.8.3" --- .github/ISSUE_TEMPLATE/bug-report.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 87bb5045a..ee7b7795b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -42,13 +42,16 @@ body: attributes: label: Flow Launcher Version description: Go to "Settings" => "About". - value: v1.8.3 + validations: + required: true - type: input attributes: label: Windows Build Number - description: Run "ver" at CMD (command prompt). - value: 10.0.19043.1288 + description: Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About. + validations: + required: true + - type: textarea id: logs @@ -56,10 +59,12 @@ body: label: Error Log description: > Log file place: + + Go to "Settings" => "About" => "DevTools" => Click Tools Button => "Log Folder". - The latest version place: `%AppData%\FlowLauncher\Logs\\.txt` - - For portable mode: `%LocalAppData%\FlowLauncher\\UserData\Logs\\.txt` + - For portable mode: `Your-Flow-Location\\UserData\Logs\\.txt` value: >