summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-01 09:48:53 +0200
committerAlexandre Flament <alex@al-f.net>2021-10-01 09:48:53 +0200
commit499c7b3cceb90684af9825cc428aa365b35b4c6f (patch)
tree262fbcb9e77f89b222a4896011b75be523023682 /.github
parent1dfac73a64ba15034a16fc0639618bf85594b98b (diff)
SearXNG: .github, searxng-docker
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md16
-rw-r--r--.github/ISSUE_TEMPLATE/engine-request.md8
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md4
-rw-r--r--.github/workflows/data-update.yml2
4 files changed, 15 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 70e490c0..76a1f114 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,27 +1,27 @@
---
name: Bug report
-about: Report a bug in Searx
+about: Report a bug in SearXNG
title: ''
labels: bug
assignees: ''
---
-<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->
+<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
-**Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx**
+**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG**
<!-- 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 searx-docker then look at the bottom of the Searx page
-and check for the version after "Powered by searx"
+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 Searx and
+Please also stipulate if you are using a forked version of SearXNG and
include a link to the fork source code.
-->
-**How did you install Searx?**
-<!-- Did you install Searx using the official wiki or using searx-docker
+**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. -->
diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md
index 3074316a..8aa576ab 100644
--- a/.github/ISSUE_TEMPLATE/engine-request.md
+++ b/.github/ISSUE_TEMPLATE/engine-request.md
@@ -1,12 +1,12 @@
---
name: Engine request
-about: Request a new engine in Searx
+about: Request a new engine in SearXNG
title: ''
labels: enhancement, engine request
assignees: ''
---
-<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->
+<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
**Working URL to the engine**
<!-- Please check if the engine is responding correctly before submitting it. -->
@@ -17,13 +17,13 @@ assignees: ''
**Features of this engine**
<!-- Features of this engine: Doesn't track its users, fast, easy to integrate, ... -->
-**How can Searx fetch the information from this engine?**
+**How can SearXNG fetch the information from this engine?**
<!-- 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**
-<!-- Where should this new engine fit in Searx? Current categories in Searx:
+<!-- 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. -->
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
index 63e24b85..a0d61c82 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.md
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -1,12 +1,12 @@
---
name: Feature request
-about: Request a new feature in Searx
+about: Request a new feature in SearXNG
title: ''
labels: enhancement
assignees: ''
---
-<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SEARX -->
+<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF SearXNG -->
**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml
index d2d5b83c..86df5d59 100644
--- a/.github/workflows/data-update.yml
+++ b/.github/workflows/data-update.yml
@@ -48,7 +48,7 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update searx.data - ${{ matrix.fetch }}
- committer: searx-bot <noreply@github.com>
+ committer: searxng-bot <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: update_data_${{ matrix.fetch }}