Files
searxng/.github/ISSUE_TEMPLATE/bug-report.yml

63 lines
1.6 KiB
YAML

name: Bug report
description: Report a bug in SearXNG
labels: ["bug"]
type: bug
body:
- type: textarea
id: description
attributes:
label: Description
description: A meaningful and precise description of the bug.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: How to reproduce
description: How can we reproduce this issue? As minimally and as precisely as possible.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Screenshots & Logs
description: If applicable, add screenshots or logs to help explain your problem.
- type: input
id: version
attributes:
label: Version of SearXNG
description: >
Look at the bottom of the SearXNG page after "Powered by SearXNG".
If you are on master, use the commit. If you forked SearXNG, include a link to the fork.
placeholder: e.g. 2026.9.13+96479fff6
validations:
required: true
- type: dropdown
id: install
attributes:
label: How did you install SearXNG?
description: https://docs.searxng.org/admin/installation.html
options:
- Public instance
- Installation script
- Docker Compose
- Docker (docker run)
- Podman
- Other
validations:
required: true
- type: checkboxes
id: ai-policy
attributes:
label: Code of Conduct
options:
- label: >
I read the [AI Policy](https://github.com/searxng/searxng/blob/master/AI_POLICY.rst)
and hereby confirm that this issue conforms with the policy.
required: true