From 8d44ff51e2bb7fb40c4d7eda44393d57d72cfd88 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 24 Mar 2026 09:27:04 +0100 Subject: [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 --- searx/brand.py | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'searx/brand.py') 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. - """ -- cgit v1.2.3