summaryrefslogtreecommitdiff
path: root/searx/brand.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2026-03-24 09:27:04 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2026-03-24 19:39:11 +0100
commit8d44ff51e2bb7fb40c4d7eda44393d57d72cfd88 (patch)
tree74670271bbef78dce47d7f821c10212bbd4758a5 /searx/brand.py
parentf8056b5e44b7aedc43125fc680d4b0315d09f48f (diff)
[mod] remove the "Submit a new issue on Github" form (#5896)
Submitting an issue on GitHub isn't a end user task .. most issue reports coming from this form are not filled out, since end users are not familiar with the needs of a developer community. Closes: https://github.com/searxng/searxng/issues/5820 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/brand.py')
-rw-r--r--searx/brand.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/searx/brand.py b/searx/brand.py
index 9627da07d..af1a8eec8 100644
--- a/searx/brand.py
+++ b/searx/brand.py
@@ -53,16 +53,3 @@ class SettingsBrand(msgspec.Struct, kw_only=True, forbid_unknown_fields=True):
.. autoclass:: searx.brand.BrandCustom
:members:
"""
-
- # new_issue_url is a hackish solution tailored for only one hoster (GH). As
- # long as we don't have a more general solution, we should support it in the
- # given function, but it should not be expanded further.
-
- new_issue_url: str = "https://github.com/searxng/searxng/issues/new"
- """If you host your own issue tracker not on GitHub, then unset this URL.
-
- Note: This URL will create a pre-filled GitHub bug report form for an
- engine. Since this feature is implemented only for GH (and limited to
- engines), it will probably be replaced by another solution in the near
- future.
- """