Skip to content

Commit

Permalink
Fix bug report
Browse files Browse the repository at this point in the history
close #225
  • Loading branch information
SimonSAMPERE committed Sep 24, 2019
1 parent 4995967 commit b7365be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isogeo.py
Expand Up @@ -842,7 +842,8 @@ def run(self):
self.form_mng.btn_report.pressed.connect(
partial(
plg_tools.open_webpage,
link="https://github.com/isogeo/isogeo-plugin-qgis/issues/new?title={}"
link="https://github.com/isogeo/isogeo-plugin-qgis/issues/new?"
"assignees=&template=bug_report.md&title={}"
" - plugin v{} QGIS {} ({})&labels=bug&milestone=4".format(
self.tr("TITLE ISSUE REPORTED"),
plg_tools.plugin_metadata(base_path=plg_basepath),
Expand Down

0 comments on commit b7365be

Please sign in to comment.