diff options
author | Jinyuan Huang <88757735+BernieHuang2008@users.noreply.github.com> | 2023-10-05 14:42:14 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-27 20:01:27 +0200 |
commit | ecee56533c318bd3ead0dfdaf74568836ccec12e (patch) | |
tree | 74496f7e3d2895c8a1bcdd9bcb86565adf0a5974 /searx/templates | |
parent | 11fdc2f56ad7947de836dbe7e9b1b65dc6a8f33c (diff) | |
download | searxng-ecee56533c318bd3ead0dfdaf74568836ccec12e.tar.gz searxng-ecee56533c318bd3ead0dfdaf74568836ccec12e.zip |
improve "search existing issues from github" link
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/simple/new_issue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/new_issue.html b/searx/templates/simple/new_issue.html index a143cc7df..7ce30c059 100644 --- a/searx/templates/simple/new_issue.html +++ b/searx/templates/simple/new_issue.html @@ -63,7 +63,7 @@ or manually by executing the searx/webapp.py file? --> <input type="checkbox" id="step1"> <label for="step1">{{ _('Start submiting a new issue on GitHub') }}</label> <div class="step1 step_content"> - <p><a href="{{ get_setting('brand.issue_url') }}?q=is%3Aissue+Bug:%20{{ engine_name }}" target="_blank" rel="noreferrer noreferrer">{{ _('Please check for existing bugs about this engine on GitHub') }}</a></p> + <p><a href="{{ get_setting('brand.issue_url') }}?q=is%3Aissue+Bug:%20{{ engine_name }} {{ technical_report }}" target="_blank" rel="noreferrer noreferrer">{{ _('Please check for existing bugs about this engine on GitHub') }}</a></p> </div> <input class="step1 step1_delay" type="checkbox" id="step2"> <label class="step1 step1_delay" for="step2" >{{ _('I confirm there is no existing bug about the issue I encounter') }}</label> |