From e8eaa08e31bd654c0530bc723cd3d4a6d703ee14 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 5 Sep 2022 07:45:21 +0200 Subject: [PATCH] Use the new issue template for the bug report link --- app/appstate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/appstate.py b/app/appstate.py index e7755c0..ca7be42 100644 --- a/app/appstate.py +++ b/app/appstate.py @@ -477,7 +477,7 @@ class Source: @property def filebug_url(self) -> str: return self.repo_url + ( - "/issues/new?title=" + quote_plus("[%s]" % self.realname)) + "/issues/new?template=bug_report.yml&title=" + quote_plus("[%s] " % self.realname)) @property def searchbug_url(self) -> str: