mirror of
https://github.com/searxng/searxng.git
synced 2026-07-31 04:11:26 +00:00
Compare commits
2 Commits
ee66b070a9
...
ae0b0e56ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae0b0e56ac | ||
|
|
4f9c80160f |
65
.github/ISSUE_TEMPLATE/bug-report.md
vendored
65
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,41 +1,50 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: "Bug report"
|
||||||
about: Report a bug in SearXNG
|
about: Report a bug in SearXNG"
|
||||||
title: ''
|
labels: ["bug"]
|
||||||
labels: bug
|
type: "bug"
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
|
|
||||||
|
|
||||||
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG**
|
_Replace this placeholder with a meaningful and precise description of the bug._
|
||||||
<!-- 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 searxng-docker then look at the bottom of the SearXNG page
|
|
||||||
and check for the version after "Powered by SearXNG"
|
|
||||||
|
|
||||||
Please also stipulate if you are using a forked version of SearXNG and
|
<!-- FILL IN THESE FIELDS .. and delete the comments after reading.
|
||||||
include a link to the fork source code.
|
|
||||||
|
Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet
|
||||||
-->
|
-->
|
||||||
**How did you install SearXNG?**
|
|
||||||
<!-- Did you install SearXNG using the official wiki or using searxng-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 To Reproduce?
|
||||||
<!-- How can we reproduce this issue? (as minimally and as precisely as possible) -->
|
|
||||||
|
<!-- How can we reproduce this issue? (as minimally and as precisely as
|
||||||
|
possible) -->
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
**Screenshots & Logs**
|
### Screenshots & Logs
|
||||||
|
|
||||||
<!-- If applicable, add screenshots, logs to help explain your problem. -->
|
<!-- If applicable, add screenshots, logs to help explain your problem. -->
|
||||||
|
|
||||||
**Additional context**
|
### Version of SearXNG
|
||||||
|
|
||||||
|
<!-- Commit number if you are using on master branch and stipulate if you forked
|
||||||
|
SearXNG -->
|
||||||
|
|
||||||
|
<!-- Look at the bottom of the SearXNG page and check for the version after
|
||||||
|
"Powered by SearXNG" If you are using a forked version of SearXNG include a
|
||||||
|
link to the fork source code. -->
|
||||||
|
|
||||||
|
### How did you install SearXNG?
|
||||||
|
|
||||||
|
<!-- Did you install SearXNG using the official documentation or using
|
||||||
|
searxng-docker? -->
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
||||||
- [ ] 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.
|
### Code of Conduct
|
||||||
|
|
||||||
|
[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst
|
||||||
|
|
||||||
|
- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy.
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Questions & Answers (Q&A)
|
- name: Questions & Answers (Q&A)
|
||||||
url: https://github.com/searxng/searxng/discussions/categories/q-a
|
url: https://github.com/searxng/searxng/discussions/categories/q-a
|
||||||
|
|||||||
61
.github/ISSUE_TEMPLATE/engine-request.md
vendored
61
.github/ISSUE_TEMPLATE/engine-request.md
vendored
@@ -1,33 +1,46 @@
|
|||||||
---
|
---
|
||||||
name: Engine request
|
name: Engine request"
|
||||||
about: Request a new engine in SearXNG
|
about: Request a new engine in SearXNG"
|
||||||
title: ''
|
labels: ["engine request"]
|
||||||
labels: enhancement, engine request
|
type: "feature"
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
|
|
||||||
|
|
||||||
**Working URL to the engine**
|
<!-- FILL IN THESE FIELDS .. and delete the comments after reading.
|
||||||
<!-- Please check if the engine is responding correctly before submitting it. -->
|
|
||||||
|
|
||||||
**Why do you want to add this engine?**
|
Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet
|
||||||
<!-- What's special about this engine? Is it open source or libre? -->
|
-->
|
||||||
|
|
||||||
**Features of this engine**
|
### Working URL to the engine
|
||||||
<!-- Features of this engine: Doesn't track its users, fast, easy to integrate, ... -->
|
|
||||||
|
|
||||||
**How can SearXNG fetch the information from this engine?**
|
<!-- Please check if the engine is responding correctly before submitting -->
|
||||||
<!-- List API URL, example code (using the correct markdown) and more
|
|
||||||
that could be useful for the developers in order to implement this engine.
|
|
||||||
If you don't know what to write, let this part blank. -->
|
|
||||||
|
|
||||||
**Applicable category of this engine**
|
### Why do you want to add this engine?
|
||||||
<!-- Where should this new engine fit in SearXNG? Current categories in SearXNG:
|
|
||||||
general, files, images, it, map, music, news, science, social media and videos.
|
|
||||||
You can add multiple categories at the same time. -->
|
|
||||||
|
|
||||||
**Additional context**
|
<!-- What's special about this engine? -->
|
||||||
<!-- Add any other context about this engine here. -->
|
|
||||||
|
|
||||||
- [ ] 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.
|
### Features of this engine
|
||||||
|
|
||||||
|
<!-- Features of this engine: Serves special content, is fast, is easy to
|
||||||
|
integrate, ... ? -->
|
||||||
|
|
||||||
|
### How can SearXNG fetch results from this engine?
|
||||||
|
|
||||||
|
<!-- List API URL, example code and more that could be useful for the developers
|
||||||
|
in order to implement this engine. If you don't know what to write, let
|
||||||
|
this part blank. -->
|
||||||
|
|
||||||
|
### Applicable category of this engine
|
||||||
|
|
||||||
|
<!-- Where should this new engine fit in SearXNG? Current categories in
|
||||||
|
SearXNG: general, files, images, it, map, music, news, science, social
|
||||||
|
media and videos. -->
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
||||||
|
### Code of Conduct
|
||||||
|
|
||||||
|
[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst
|
||||||
|
|
||||||
|
- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy.
|
||||||
|
|||||||
37
.github/ISSUE_TEMPLATE/feature-request.md
vendored
37
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@@ -1,23 +1,32 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: "Feature request"
|
||||||
about: Request a new feature in SearXNG
|
about: "Request a new feature in SearXNG"
|
||||||
title: ''
|
labels: ["new feature"]
|
||||||
labels: enhancement
|
type: "feature"
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
_Replace this placeholder with a concise description of the feature._
|
||||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
|
||||||
|
<!-- FILL IN THESE FIELDS .. and delete the comments after reading.
|
||||||
|
|
||||||
|
Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Is your feature request related to a problem?
|
||||||
|
|
||||||
|
<!-- A clear and concise description of what the problem is. Ex. I'm always
|
||||||
|
frustrated when [...] -->
|
||||||
|
|
||||||
|
### Describe the solution you'd like
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
<!-- A clear and concise description of what you want to happen. -->
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
### Describe alternatives you've considered
|
||||||
|
|
||||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
**Additional context**
|
### Code of Conduct
|
||||||
<!-- Add any other context or screenshots about the feature request here. -->
|
|
||||||
|
|
||||||
- [ ] 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.
|
[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst
|
||||||
|
|
||||||
|
- [ ] I read the [AI Policy] and hereby confirm that this issue conforms with the policy.
|
||||||
|
|||||||
@@ -1,30 +1,34 @@
|
|||||||
## What does this PR do?
|
<!-- FILL IN THESE FIELDS .. and delete the comments after reading.
|
||||||
|
|
||||||
<!-- MANDATORY -->
|
Use Markdown for formatting -> https://www.markdowntools.io/cheat-sheet
|
||||||
|
|
||||||
<!-- explain the changes in your PR, algorithms, design, architecture -->
|
|
||||||
|
|
||||||
## Why is this change important?
|
|
||||||
|
|
||||||
<!-- MANDATORY -->
|
|
||||||
|
|
||||||
<!-- explain the motivation behind your PR -->
|
|
||||||
|
|
||||||
## How to test this PR locally?
|
|
||||||
|
|
||||||
<!-- commands to run the tests or instructions to test the changes -->
|
|
||||||
|
|
||||||
## Author's checklist
|
|
||||||
|
|
||||||
<!-- additional notes for reviewers -->
|
|
||||||
|
|
||||||
## Related issues
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Closes #234
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## AI Disclosure
|
### What does this PR do?
|
||||||
<!-- please read https://github.com/searxng/searxng/blob/master/AI_POLICY.rst -->
|
|
||||||
- [ ] I hereby confirm that I have not used any AI tools for creating this PR.
|
<!-- Explain the motivation and changes in your pull request. -->
|
||||||
- [ ] I have used AI tools for working on the changes in this pull request and will attach a list of all AI tools I used and how I used them. I hereby confirm that I haven't used any other tools than the ones I mention below.
|
|
||||||
|
### How to test this PR locally?
|
||||||
|
|
||||||
|
<!-- Commands to run the tests or instructions to test the changes. Are there
|
||||||
|
any edge cases (environment, language, or other contexts) to take into
|
||||||
|
account? -->
|
||||||
|
|
||||||
|
### Related issues
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Closes: #234
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Code of Conduct
|
||||||
|
|
||||||
|
<!-- ⚠️ Bad AI drivers will be denounced: People who produce bad contributions
|
||||||
|
that are clearly AI (slop) will be blocked for all future contributions.
|
||||||
|
-->
|
||||||
|
|
||||||
|
[AI Policy]: https://github.com/searxng/searxng/blob/master/AI_POLICY.rst
|
||||||
|
|
||||||
|
- [ ] **I hereby confirm that this PR conforms with the [AI Policy].**
|
||||||
|
|
||||||
|
If I have used AI tools for working on the changes in this PR, I will
|
||||||
|
attach a list of all AI tools I used and how I used them. I hereby confirm
|
||||||
|
that I haven't used any other tools than the ones I mention below.
|
||||||
|
|||||||
Reference in New Issue
Block a user