File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,13 @@ body:
10
10
11
11
- type : checkboxes
12
12
attributes :
13
- label : Check New Issue
13
+ label : Checks
14
14
options :
15
15
- label : >
16
16
I have checked that this issue has not already been reported.
17
-
18
- - type : checkboxes
19
- attributes :
20
- label : Check Latest Version
21
- options :
22
17
- label : >
23
18
I am using the latest version of Flow Launcher.
24
-
19
+
25
20
- type : textarea
26
21
attributes :
27
22
label : Problem Description
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static class Constant
19
19
public static readonly string RootDirectory = Directory . GetParent ( ApplicationDirectory ) . ToString ( ) ;
20
20
21
21
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 " ;
23
23
public static readonly string Version = FileVersionInfo . GetVersionInfo ( Assembly . Location . NonNull ( ) ) . ProductVersion ;
24
24
public static readonly string Dev = "Dev" ;
25
25
public const string Documentation = "https://flowlauncher.com/docs/#/usage-tips" ;
You can’t perform that action at this time.
0 commit comments