From 02197de5ab2f7cd4e5feeb9f0845fd0e41c6dbd3 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 16 May 2020 07:14:10 -0400 Subject: [PATCH] Work report issues button --- client/Scripts/Systems/TitleButtons.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Scripts/Systems/TitleButtons.gd b/client/Scripts/Systems/TitleButtons.gd index e399b0a..05cef5f 100644 --- a/client/Scripts/Systems/TitleButtons.gd +++ b/client/Scripts/Systems/TitleButtons.gd @@ -28,4 +28,4 @@ func _on_button_press(button): "options": get_parent().get_parent().get_node("OptionsDialog").popup_centered() "bug": - OS.shell_open("https://github.com/josephbmanley") + OS.shell_open("https://github.com/josephbmanley/the-connection/issues/new?labels=bug&template=1_bug_report.md")