mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
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:
parent
08ba52293c
commit
e8e269b1bb
2 changed files with 16 additions and 0 deletions
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue