summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2021-12-18 15:19:07 +0300
committerThesourtimes <cckhmck@gmail.com>2021-12-18 15:19:07 +0300
commit13eb680272a400acf67c71610262155ae2af8546 (patch)
tree40f347f74276809b7b29bf33d8cebe8b64af43f4 /.github
parentAdd the new discovery route (diff)
downloadserver-13eb680272a400acf67c71610262155ae2af8546.tar.xz
Improvements + dummy API configs
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 3cb5dbc5..cdbe0e2e 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,11 @@
 blank_issues_enabled: false
 contact_links:
-  - name: Developer Documentation
+  - name: Fosscord Documentation
     url: https://docs.fosscord.com/
     about: Need documentation and examples for the Fosscord? Head over to Fosscord's official documentation.
+  - name: Discord's Developer Documentation
+    url: https://discord.com/developers/docs/intro
+    about: Need help with the Discord resources? Head here instead of asking on Fosscord!
   - 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