From eb489c45ea74d10cfca4eefbca8c8da027f73963 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 3 Jul 2022 11:03:20 +0200 Subject: Submit GH bug: ask the user to do some checks before submitting a new issue --- searx/templates/simple/new_issue.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'searx/templates/simple/new_issue.html') diff --git a/searx/templates/simple/new_issue.html b/searx/templates/simple/new_issue.html index 55dbefe60..91f4f13b5 100644 --- a/searx/templates/simple/new_issue.html +++ b/searx/templates/simple/new_issue.html @@ -60,6 +60,16 @@ or manually by executing the searx/webapp.py file? --> {{-'\n '}}* {{ test_name }}: {% for result in results%}`{{ result }}`,{% endfor -%} {%- endfor -%} - + + +
+

{{ _('Please check for existing bugs about this engine on GitHub') }}

+
+ + +
+

{{ _('If this is a public instance, please specify the URL in the bug report') }}

+ +
{% endmacro %} -- cgit v1.2.3