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")