[mod] github: convert issue templates to yaml forms

This commit is contained in:
vojkovic
2026-09-13 08:31:34 +00:00
committed by Brock Vojkovic
parent 42829cecd6
commit 230c3632d9
7 changed files with 164 additions and 129 deletions

62
.github/ISSUE_TEMPLATE/bug-report.yml vendored Normal file
View File

@@ -0,0 +1,62 @@
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