mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-23 18:43:05 +00:00
Merge pull request #790 from hedgedoc/github/support-template
Add issue config to add external links to the community forum
This commit is contained in:
commit
5cb8173070
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