From f2285a2e9320d985941efe814b6bd2eb5d75132e Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Mon, 20 Mar 2023 20:53:37 +0800 Subject: [PATCH 1/2] Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 470c40e0e..294c06fc1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -10,18 +10,13 @@ body: - type: checkboxes attributes: - label: Check New Issue + label: Checks options: - label: > I have checked that this issue has not already been reported. - - - type: checkboxes - attributes: - label: Check Latest Version - options: - label: > I am using the latest version of Flow Launcher. - + - type: textarea attributes: label: Problem Description From 5301c23d335944aa8cfa79cc1f00df4dc35ed702 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:00:49 +0800 Subject: [PATCH 2/2] Update issue URL to use templates --- Flow.Launcher.Infrastructure/Constant.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/Constant.cs b/Flow.Launcher.Infrastructure/Constant.cs index ab5e4722b..e23d2137e 100644 --- a/Flow.Launcher.Infrastructure/Constant.cs +++ b/Flow.Launcher.Infrastructure/Constant.cs @@ -19,7 +19,7 @@ namespace Flow.Launcher.Infrastructure public static readonly string RootDirectory = Directory.GetParent(ApplicationDirectory).ToString(); public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins); - public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new"; + public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new/choose"; public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion; public static readonly string Dev = "Dev"; public const string Documentation = "https://flowlauncher.com/docs/#/usage-tips";