diff options
author | 2023-08-26 19:32:09 +0200 | |
---|---|---|
committer | 2023-08-26 19:32:09 +0200 | |
commit | c9bd48704dd9679c033dd0b8588e2744a3df44a0 (patch) | |
tree | 034a9254f316c16c9b49624527ef0ee3c114fb06 /.github | |
parent | 8ed06dc356e0296f0b800d4d6b92998bd4444cc6 (diff) | |
download | iced-c9bd48704dd9679c033dd0b8588e2744a3df44a0.tar.gz iced-c9bd48704dd9679c033dd0b8588e2744a3df44a0.tar.bz2 iced-c9bd48704dd9679c033dd0b8588e2744a3df44a0.zip |
Replace GitHub discussions with Discourse
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 00e4748d..5177386c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ blank_issues_enabled: false contact_links: - 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. + url: https://discourse.iced.rs/c/learn/6 + about: Ask and learn from others in the Discourse forum. - name: I want to start a discussion - url: https://github.com/iced-rs/iced/discussions/new - about: Open a new discussion if you have any suggestions, ideas, feature requests, or simply want to show off something you've made. + url: https://discourse.iced.rs/c/request-feedback/7 + about: Share your idea and gather feedback in the Discourse forum. - name: I want to chat with other users of the library url: https://discord.com/invite/3xZJ65GAhd - about: Join the Discord Server and get involved with the community! + about: Join the Discord server and get involved with the community! |