mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
e8e269b1bb
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>
12 lines
493 B
YAML
12 lines
493 B
YAML
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
|
|
|