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 1/6] 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: >
From 2aa6819f33385fb62749b78cc28cd2c591bdf889 Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:59:59 +0800 Subject: [PATCH 2/6] Updatd placeholder and desc --- .github/ISSUE_TEMPLATE/bug-report.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index ee7b7795b..1b68b55e1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -42,6 +42,7 @@ body: attributes: label: Flow Launcher Version description: Go to "Settings" => "About". + placeholder: "1.11.0" validations: required: true @@ -49,6 +50,7 @@ body: attributes: label: Windows Build Number description: Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About. + placeholder: "10.0.19043.1288" validations: required: true @@ -58,13 +60,7 @@ body: attributes: 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: `Your-Flow-Location\\UserData\Logs\\.txt` + Go to "Settings" => "About" => "DevTools" => Click Tools Button => "Log Folder" and find log file containing the error info. value: >
From 755cd1afdf72800c19b841328ccb7040187229ee Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:03:45 +0800 Subject: [PATCH 3/6] Add tip for prerelease --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1b68b55e1..14f98f5bc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -41,7 +41,7 @@ body: - type: input attributes: label: Flow Launcher Version - description: Go to "Settings" => "About". + description: Go to "Settings" => "About". If you are using a prerelease version please append the build number. placeholder: "1.11.0" validations: required: true From 20d152735723d2e5b26f37e000f476d515bd8107 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 11 Jan 2023 08:09:13 +1100 Subject: [PATCH 4/6] update wording --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 14f98f5bc..3cdd92719 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -60,7 +60,7 @@ body: attributes: label: Error Log description: > - Go to "Settings" => "About" => "DevTools" => Click Tools Button => "Log Folder" and find log file containing the error info. + From flow type 'open log location' and find log file with the corresponding date containing the error info. value: >
From 8a166c73c8173de1bc23014bcc34fe73f527272e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 11 Jan 2023 08:09:54 +1100 Subject: [PATCH 5/6] update wording --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 3cdd92719..aad31fde4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -50,7 +50,7 @@ body: attributes: label: Windows Build Number description: Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About. - placeholder: "10.0.19043.1288" + placeholder: "Example: 10.0.19043.1288" validations: required: true From 62a5b68f592fa4a5847f1e35823f725ec82cf551 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 11 Jan 2023 08:10:42 +1100 Subject: [PATCH 6/6] update wording --- .github/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index aad31fde4..a54671d06 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -42,7 +42,7 @@ body: attributes: label: Flow Launcher Version description: Go to "Settings" => "About". If you are using a prerelease version please append the build number. - placeholder: "1.11.0" + placeholder: "Example: 1.11.0" validations: required: true