Skip to content

Commit 25e952b

Browse files
author
ARAKHNID
committed
Main: change bug report link
This changes the link from the new issue page to the issue tracker. This means that users can see if the issue has already been reported, and won't be immediately sent to a sign in page if they aren't signed into GitHub.
1 parent 13581ad commit 25e952b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Application(Gtk.Application):
3535

3636
APP_ID = 'com.github.maoschanz.drawing'
3737
APP_PATH = '/com/github/maoschanz/drawing'
38-
BUG_REPORT_URL = 'https://github.com/maoschanz/drawing/issues/new/choose'
38+
BUG_REPORT_URL = 'https://github.com/maoschanz/drawing/issues'
3939
FLATPAK_BINARY_PATH = '/app/bin/drawing'
4040
CURRENT_BINARY_PATH = ''
4141

@@ -227,7 +227,7 @@ def on_new_window(self, *args):
227227
return self.open_window_with_content(None)
228228

229229
def on_report(self, *args):
230-
"""Action callback, opening a new issue on the github repo."""
230+
"""Action callback, opening a page to the Github issue tracker."""
231231
win = self.props.active_window
232232
Gtk.show_uri_on_window(win, self.BUG_REPORT_URL, Gdk.CURRENT_TIME)
233233

0 commit comments

Comments
 (0)