aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-01-15 16:21:20 +0100
committerPierre Ossman <ossman@cendio.se>2021-01-15 16:21:20 +0100
commitedaf70bd36667c85d70fb362213ec93c58bb8577 (patch)
tree27510e7c5cc843fe23e1bf2d50535406ed0b5e6c /.github
parente53e2768088fe2fea1c5451ebe6d54c2e956083b (diff)
downloadtigervnc-edaf70bd36667c85d70fb362213ec93c58bb8577.tar.gz
tigervnc-edaf70bd36667c85d70fb362213ec93c58bb8577.zip
Add link to discussion groups from issues
So that people can easily find them and not file bug reports for things that are just questions.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 3ba13e0c..528c71fd 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1 +1,8 @@
blank_issues_enabled: false
+contact_links:
+ - name: Usage question or discussion
+ url: https://groups.google.com/forum/#!forum/tigervnc-users
+ about: Ask a question or start a discussion on how to use TigerVNC
+ - name: Development question or discussion
+ url: https://groups.google.com/forum/#!forum/tigervnc-devel
+ about: Ask a question or start a discussion about TigerVNC's code