[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

View File

@@ -0,0 +1,56 @@
name: Engine request
description: Request a new engine in SearXNG
labels: ["engine request"]
type: feature
body:
- type: input
id: url
attributes:
label: Working URL to the engine
description: Please check if the engine is responding correctly before submitting.
placeholder: https://example.com/search?q=foobar
validations:
required: true
- type: textarea
id: why
attributes:
label: Why do you want to add this engine?
description: What's special about this engine?
validations:
required: true
- type: dropdown
id: category
attributes:
label: Category
description: Where should this new engine fit in SearXNG?
options:
- general
- files
- images
- it
- map
- music
- news
- science
- social media
- videos
validations:
required: true
- type: textarea
id: fetch
attributes:
label: How can SearXNG fetch results?
description: API URL, example code, etc... anything that you think could be useful. Leave blank if you don't know.
- 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