mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1997 from Flow-Launcher/VictoriousRaptor-patch-1
Update bug-report template and issue URL in exception window
This commit is contained in:
commit
37c383d710
2 changed files with 3 additions and 8 deletions
9
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
9
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue