✏️ fix: update bug report link format

main
welpo 2 years ago
parent a61911d7df
commit 6178e8e642
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -24,7 +24,7 @@
{{ repository_url ~ '/-/commits/' ~ branch ~ '/' }}{{ relative_path | urlencode }}
{% else %}
{# Throw an error with a direct link to report a bug for unsupported or unspecified platforms #}
{{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, report it [here](https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected).") }}
{{ throw(message="ERROR: Unknown, unsupported, or unspecified git platform. If you're using a custom domain, please specify the 'git_platform' in the config. If you think this is a bug, please report it: https://github.com/welpo/tabi/issues/new?assignees=&labels=bug&template=bug_report.md&title=Unsupported%20Git%20Platform%20Detected") }}
{% endif %}
{% endmacro %}

Loading…
Cancel
Save