mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Add issue creation link to my self-hosted git
This commit is contained in:
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
@@ -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**
|
||||
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user