diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 12:37:15 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-25 12:37:15 +0200 |
commit | 272c9d6b049f2e03273e166a603c892511a30aa2 (patch) | |
tree | 75c71c604d7bf63bb96f4afa823c5a9b8c623abc /.github | |
parent | 9937a908c0de3b8fcbaf155e0e46de1da2d4a1cb (diff) | |
download | searxng-272c9d6b049f2e03273e166a603c892511a30aa2.tar.gz searxng-272c9d6b049f2e03273e166a603c892511a30aa2.zip |
[github] searxng does not use github's discussion
Remove gihtub's discussion template and add a issue template used for questions
& discussions.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 14 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/discuss.md | 8 |
2 files changed, 8 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 617d81d6d..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,14 +0,0 @@ -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/discuss.md b/.github/ISSUE_TEMPLATE/discuss.md new file mode 100644 index 000000000..c86c5e6a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discuss.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask questions or start a discussion +title: '[question]' +labels: question +assignees: '' + +--- |