diff options
| author | Bnyro <bnyro@tutanota.com> | 2026-03-12 14:55:57 +0100 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2026-03-12 16:04:00 +0100 |
| commit | 3d3a78f3aad9b74b70cb278bd95b92753de50b6c (patch) | |
| tree | 2bdf50e8d22e548c11f3aa4cf538f467bad8b926 /.github | |
| parent | 3a032d63a97539e71100fd155abc27d9762d17b9 (diff) | |
chore: add link to ai policy in issue/pr templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/engine-request.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 76a1f1145..f59441893 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -13,7 +13,7 @@ assignees: '' 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" @@ -37,3 +37,5 @@ or manually by executing the searx/webapp.py file? --> **Additional context** <!-- 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. diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md index fd39af98a..53cddfdbe 100644 --- a/.github/ISSUE_TEMPLATE/engine-request.md +++ b/.github/ISSUE_TEMPLATE/engine-request.md @@ -29,3 +29,5 @@ You can add multiple categories at the same time. --> **Additional context** <!-- 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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index a0d61c824..eff79bf8d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -19,3 +19,5 @@ assignees: '' **Additional context** <!-- 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. |
