From 495ca5bbc9ba6935657116281aa3b4932e565007 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sat, 30 Jan 2021 20:38:12 +0100 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/config.yml | 12 ++++++++++++ .reuse/dep5 | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..dea00959f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 + diff --git a/.reuse/dep5 b/.reuse/dep5 index 77d80a31b..7aa58a018 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -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