From 499c7b3cceb90684af9825cc428aa365b35b4c6f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 1 Oct 2021 09:48:53 +0200 Subject: SearXNG: .github, searxng-docker --- .github/ISSUE_TEMPLATE/bug-report.md | 16 ++++++++-------- .github/ISSUE_TEMPLATE/engine-request.md | 8 ++++---- .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- .github/workflows/data-update.yml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 70e490c0d..76a1f1145 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: '' --- - + -**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** -**How did you install Searx?** - **What happened?** diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md index 3074316a7..8aa576ab3 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: '' --- - + **Working URL to the engine** @@ -17,13 +17,13 @@ assignees: '' **Features of this engine** -**How can Searx fetch the information from this engine?** +**How can SearXNG fetch the information from this engine?** diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 63e24b85b..a0d61c824 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: '' --- - + **Is your feature request related to a problem? Please describe.** diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index d2d5b83cb..86df5d59c 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 + committer: searxng-bot author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false branch: update_data_${{ matrix.fetch }} -- cgit v1.2.3