summary refs log tree commit diff stats
path: root/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-03-12 22:47:01 +0800
committerGitHub <noreply@github.com>2021-03-12 15:47:01 +0100
commit95697d00fa7e6f642c1e99b2baa4d76e468d1c77 (patch)
tree49b6bf24c7cf71053d04c4652c8b5157fb48bfba /.github/ISSUE_TEMPLATE/config.yml
parentc6f9c38892a6351d2bfd0c796bbb6b10b3a68a96 (diff)
downloadNim-95697d00fa7e6f642c1e99b2baa4d76e468d1c77.tar.gz
Update issue template adding more links (#17284)
* more links

* rename

* Update .github/ISSUE_TEMPLATE/config.yml

Co-authored-by: Danil Yarantsev <tiberiumk12@gmail.com>

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
Co-authored-by: Danil Yarantsev <tiberiumk12@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..0187064b5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,10 @@
+contact_links:
+  - name: Forum
+    url: https://forum.nim-lang.org
+    about: Please ask and answer questions here.
+  - name: Discord
+    url: https://discord.gg/nim
+    about: Please ask and answer questions here.
+  - name: Stack Overflow
+    url: https://stackoverflow.com/questions/tagged/nim-lang
+    about: Please ask and answer questions here.