diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-01-15 16:21:20 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-01-15 16:21:20 +0100 |
commit | edaf70bd36667c85d70fb362213ec93c58bb8577 (patch) | |
tree | 27510e7c5cc843fe23e1bf2d50535406ed0b5e6c /.github | |
parent | e53e2768088fe2fea1c5451ebe6d54c2e956083b (diff) | |
download | tigervnc-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.yml | 7 |
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 |