mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 13:41:03 +00:00
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Report a bug in Searx
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
**Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx**
|
||
|
<!-- If you are running on master branch using git execute this command
|
||
|
in order to fetch the latest commit ID:
|
||
|
```
|
||
|
git log -1
|
||
|
```
|
||
|
If you are using searx-docker then look at the bottom of the Searx page
|
||
|
and check for the version after "Powered by searx"
|
||
|
|
||
|
Please also stipulate if you are using a forked version of Searx and
|
||
|
include a link to the fork source code.
|
||
|
-->
|
||
|
**How did you install Searx?**
|
||
|
<!-- Did you install Searx using the official wiki or using searx-docker
|
||
|
or manually by executing the searx/webapp.py file? -->
|
||
|
**What happened?**
|
||
|
<!-- A clear and concise description of what the bug is. -->
|
||
|
|
||
|
**How To Reproduce**
|
||
|
<!-- How can we reproduce this issue? (as minimally and as precisely as possible) -->
|
||
|
|
||
|
**Expected behavior**
|
||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||
|
|
||
|
**Screenshots & Logs**
|
||
|
<!-- If applicable, add screenshots, logs to help explain your problem. -->
|
||
|
|
||
|
**Additional context**
|
||
|
<!-- Add any other context about the problem here. -->
|