summary refs log tree commit diff
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2021-12-15 05:40:47 +0300
committerThesourtimes <cckhmck@gmail.com>2021-12-15 05:40:47 +0300
commit21f76f6ca7e5d363bc96d581aa806d4ef8b71618 (patch)
tree04588534fc938d1de8bb88983fe0328ae0b47459
parentMerge pull request #539 from TimSchweiz/master (diff)
downloadserver-21f76f6ca7e5d363bc96d581aa806d4ef8b71618.tar.xz
Add helpful links to issues config
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644

index 00000000..3cb5dbc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Developer Documentation + url: https://docs.fosscord.com/ + about: Need documentation and examples for the Fosscord? Head over to Fosscord's official documentation. + - name: Fosscord' Official Discord server + url: https://discord.com/invite/Ms5Ev7S6bF + about: Need help with the server? Talk with us in our official server. \ No newline at end of file