Skip to content

Commit

Permalink
Use the Bug Report template when users click the "Report an Issue" …
Browse files Browse the repository at this point in the history
…button.
  • Loading branch information
Tkael committed Nov 11, 2024
1 parent 4de1a4e commit 780b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDDI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ private static void prepareLog(string toTruncatedLogPath, string fromLogPath)

private void createGithubIssue()
{
Process.Start("https://github.com/EDCD/EDDI/issues/new");
Process.Start( "https://github.com/EDCD/EDDI/issues/new?template=bug_report.md" );
}

private void upgradeClicked(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit 780b545

Please sign in to comment.