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:
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
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments