Skip to content

Commit 37c383d

Browse files
Merge pull request #1997 from Flow-Launcher/VictoriousRaptor-patch-1
Update bug-report template and issue URL in exception window
2 parents bcc29ce + 5301c23 commit 37c383d

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@ body:
1010

1111
- type: checkboxes
1212
attributes:
13-
label: Check New Issue
13+
label: Checks
1414
options:
1515
- label: >
1616
I have checked that this issue has not already been reported.
17-
18-
- type: checkboxes
19-
attributes:
20-
label: Check Latest Version
21-
options:
2217
- label: >
2318
I am using the latest version of Flow Launcher.
24-
19+
2520
- type: textarea
2621
attributes:
2722
label: Problem Description

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class Constant
1919
public static readonly string RootDirectory = Directory.GetParent(ApplicationDirectory).ToString();
2020

2121
public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins);
22-
public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new";
22+
public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new/choose";
2323
public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location.NonNull()).ProductVersion;
2424
public static readonly string Dev = "Dev";
2525
public const string Documentation = "https://flowlauncher.com/docs/#/usage-tips";

0 commit comments

Comments
 (0)