Work report issues button

This commit is contained in:
Layla 2020-05-16 07:14:10 -04:00
parent 4d75252638
commit 02197de5ab
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

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