From 741c31fa06124605a15f9551051f0e7756f7faa3 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Sat, 28 Nov 2020 14:56:41 +0200 Subject: [PATCH] add new issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 37 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 +++++++++ .github/ISSUE_TEMPLATE/engine-request.md | 29 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 19 ++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/engine-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..67627835 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Report a bug in Searx +title: '' +labels: bug +assignees: '' + +--- +**Version of Searx, commit number if you are using on master branch and stipulate if you forked Searx** + +**How did you install Searx?** + +**What happened?** + + +**How To Reproduce** + + +**Expected behavior** + + +**Screenshots & Logs** + + +**Additional context** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..617d81d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: Installation issue using the official wiki + url: https://github.com/searx/searx/discussions/new?category_id=32001257 + about: Ask for help if you are having some issue with installing Searx using the official wiki. + - name: Installation issue using searx-docker + url: https://github.com/searx/searx/discussions/new?category_id=32001259 + about: Ask for help if you are having some issue with installing Searx using searx-docker. + - name: Installation issue without using the official wiki nor searx-docker + url: https://github.com/searx/searx/discussions/new?category_id=32001260 + about: Ask for help if you are having some issue with installing Searx manually without using the wiki nor searx-docker. + - name: Report a bug on a public Searx instance + url: https://github.com/searx/searx/discussions/new?category_id=32001412 + about: Report a bug that you discovered on a public Searx instance. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/engine-request.md b/.github/ISSUE_TEMPLATE/engine-request.md new file mode 100644 index 00000000..1037004d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/engine-request.md @@ -0,0 +1,29 @@ +--- +name: Engine request +about: Request a new engine in Searx +title: '' +labels: enhancement, engine request +assignees: '' + +--- +**Working URL to the engine** + + +**Why do you want to add this engine?** + + +**Features of this engine** + + +**How can Searx fetch the information from this engine?** + + +**Additional context** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..3bb27fef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Request a new feature in Searx +title: '' +labels: enhancement +assignees: '' + +--- +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + \ No newline at end of file