diff options
| -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 | ||||
| -rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 5 |
4 files changed, 12 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. diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 71cf8558b..564dfebac 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -23,3 +23,8 @@ <!-- Closes #234 --> + +## AI Disclosure +<!-- 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. +- [ ] 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. |
