Add issue config to add external links to the community forum

This patch adds a Issue template config, which can be used to link to
the forum for support requests as well as community discussions.

Note: The change in `.reuse/dep5` just makes sure the CI process doesn't
cry about licenses on files.

Reference:
https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2021-01-30 20:38:12 +01:00 committed by David Mehren
parent 08ba52293c
commit e8e269b1bb
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 16 additions and 0 deletions

12
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,12 @@
blank_issues_enabled: false
contact_links:
- name: Support
url: https://community.hedgedoc.org/c/support/6
about: Find help with your installation and common problems that appear in administration, configuration or in general
- name: Community Feedback
url: https://community.hedgedoc.org/c/community/feedback/7
about: Provide feedback or ask question about the community
- name: Community Chat
url: https://chat.hedgedoc.org
about: Meet the Community on Matrix

View file

@ -11,6 +11,10 @@ Files: .github/ISSUE_TEMPLATE/*.md
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
License: CC-BY-SA-4.0
Files: .github/ISSUE_TEMPLATE/*.yml
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
License: CC-BY-SA-4.0
Files: .github/pull_request_template.md
Copyright: 2021 The HedgeDoc developers (see AUTHORS file)
License: CC-BY-SA-4.0