Add issue creation link to my self-hosted git

This commit is contained in:
Sommerwiesel
2025-08-19 14:30:34 +02:00
parent 7505845044
commit 643b203864
Notes: weidenwiesel 2025-08-19 14:33:15 +02:00
Commit was pushed before I changed the local user so the commit warning can be ignored
3 changed files with 1 additions and 40 deletions
-20
View File
@@ -1,20 +0,0 @@
---
name: Bug report
about: Create a report to help me fix something
title: ''
labels: bug
assignees: Sommerwiesel
---
**Describe the bug**
**To Reproduce**
**Expected behavior**
**Screenshots**
**Additional context**
-19
View File
@@ -1,19 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: Sommerwiesel
---
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
@@ -1016,7 +1016,7 @@ index e2c4b650..f0e93de2 100644
+ watch_error_contact_or = translate(locale, "watch_error_contact_or")
+ watch_error_contact_github = translate(locale, "watch_error_contact_github")
+
+ error_message = "<div id='watch-error'><h2>" + error_title_text + "</h2><p id='watch-error-message'>" + remove_duplicate_phrases(message) + "</p><p><b>" + watch_error_text_1 + "</b></p><p>" + watch_error_text_2 + " <a href='https://nerdvpn.de/contact' target='_blank'>" + watch_error_contact + "</a> " + watch_error_contact_or + " <a href='https://github.com/Sommerwiesel/invidious-nerdvpn/issues/new?template=bug_report.md' target='_blank'>" + watch_error_contact_github + "</a></p><p>" + watch_error_text_3 + "</p><p>" + watch_error_text_4 + "</p></div>"
+ error_message = "<div id='watch-error'><h2>" + error_title_text + "</h2><p id='watch-error-message'>" + remove_duplicate_phrases(message) + "</p><p><b>" + watch_error_text_1 + "</b></p><p>" + watch_error_text_2 + " <a href='https://nerdvpn.de/contact' target='_blank'>" + watch_error_contact + "</a> " + watch_error_contact_or + " <a href='https://git.nerdvpn.de/NerdVPN.de/invidious/issues/new/choose' target='_blank'>" + watch_error_contact_github + "</a></p><p>" + watch_error_text_3 + "</p><p>" + watch_error_text_4 + "</p></div>"
+ else
+ error_title_text = translate(locale, "generic_error_title")
+ error_message = "<div id='generic-error'><h2>" + error_title_text + "</h2><p id='generic-error-message'>" + translate(locale, message) + "</p></div>"