mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add new issue template
This commit is contained in:
parent
cec73b5dcf
commit
741c31fa06
4 changed files with 99 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
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. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue