summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-03 19:16:11 +0100
committerGitHub <noreply@github.com>2020-12-03 19:16:11 +0100
commitf56e78ee804ba7e46ffed000dbcf0b9f3b2f7ecc (patch)
tree8b657677b3eb6cf33294e33b6e1ea5f4013bb339 /.github/ISSUE_TEMPLATE/config.yml
parentcec73b5dcf6e94918798c6e1e6457dd021a34a39 (diff)
parent741c31fa06124605a15f9551051f0e7756f7faa3 (diff)
Merge pull request #2338 from unixfox/issue-template
add new issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..617d81d6d
--- /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