diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-05-29 14:50:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-29 14:50:01 +0200 |
| commit | 38403ee515ba09fb675bbc8d544ea579436aeee6 (patch) | |
| tree | 0b66fa7f7e48d1582b8067b1c2e60e8064a256b7 /.github | |
| parent | ffffe304ba57995f4f4803dea2a2ece90e53e0ec (diff) | |
| parent | 6a0183c24658e956c1fd0fd6d0927b39f4fb2585 (diff) | |
Merge pull request #1211 from return42/rm-gh-issue
[fix] remove .github/ISSUE_TEMPLATE/discuss.md
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/discuss.md | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..6df909a6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Questions & Answers (Q&A) + url: https://github.com/searxng/searxng/discussions/categories/q-a + about: Ask questions and find answers diff --git a/.github/ISSUE_TEMPLATE/discuss.md b/.github/ISSUE_TEMPLATE/discuss.md deleted file mode 100644 index c86c5e6a1..000000000 --- a/.github/ISSUE_TEMPLATE/discuss.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Ask questions or start a discussion -title: '[question]' -labels: question -assignees: '' - ---- |