summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-02 15:15:28 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-02-02 15:15:28 +0700
commit74a64d88e1b5b4173fa15c30506aece19ea368d0 (patch)
treeb23fe9805967a1a0052b5ec4ba2ee0d8fb08c9bc /.github
parent0ce2deff5a3afc3604b8f6ef9be28b1e32323531 (diff)
downloadiced-74a64d88e1b5b4173fa15c30506aece19ea368d0.tar.gz
iced-74a64d88e1b5b4173fa15c30506aece19ea368d0.tar.bz2
iced-74a64d88e1b5b4173fa15c30506aece19ea368d0.zip
Differentiate between question and discussion in issue templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 66cfca51..00e4748d 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,11 @@
blank_issues_enabled: false
contact_links:
- - name: I have a question / suggestion / idea
+ - name: I have a question
+ url: https://github.com/iced-rs/iced/discussions/new?category=q-a
+ about: Open a discussion with a Q&A format.
+ - name: I want to start a discussion
url: https://github.com/iced-rs/iced/discussions/new
- about: Use GitHub Discussions if you have any questions or suggestions or want to discuss any ideas.
+ about: Open a new discussion if you have any suggestions, ideas, feature requests, or simply want to show off something you've made.
- name: I want to chat with other users of the library
url: https://discord.com/invite/3xZJ65GAhd
- about: Feel free to hang out with the community in the Discord Server!
+ about: Join the Discord Server and get involved with the community!