From b300a5464ffaff32bd22d87ebb9f9a5a03d0df63 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 17 Jun 2020 09:34:12 +0200 Subject: [PATCH] Point to GitHub discussions feature --- .github/ISSUE_TEMPLATE/3_Support_question.md | 16 ---------------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ README.asciidoc | 5 +++++ 3 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/3_Support_question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/3_Support_question.md b/.github/ISSUE_TEMPLATE/3_Support_question.md deleted file mode 100644 index 9d67d716b..000000000 --- a/.github/ISSUE_TEMPLATE/3_Support_question.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: ❓ Support Question -about: It's okay to ask questions via GitHub, but IRC/Reddit/Mailinglist might be better. - ---- - - - -**Version info (see `:version`)**: - -**If applicable: Does the issue happen if you start with `--temp-basedir`?**: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..f736a6fd6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: ❓ Support Question + url: https://github.com/qutebrowser/qutebrowser/discussions + about: Use GitHub's new discussions feature for questions diff --git a/README.asciidoc b/README.asciidoc index 3a7778def..1c943da40 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -81,6 +81,11 @@ get sent to the general qutebrowser@ list). If you're a reddit user, there's a https://www.reddit.com/r/qutebrowser/[/r/qutebrowser] subreddit there. +Finally, qutebrowser is participating in the Beta for GitHub's new Discussions +feature, so you can also use the +https://github.com/qutebrowser/qutebrowser/discussions[discussions tab] on +GitHub to get in touch. + Contributions / Bugs --------------------