Skip to content

Commit c9bd487

Browse files
committed
Replace GitHub discussions with Discourse
1 parent 8ed06dc commit c9bd487

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: I have a question
4-
url: https://github.com/iced-rs/iced/discussions/new?category=q-a
5-
about: Open a discussion with a Q&A format.
4+
url: https://discourse.iced.rs/c/learn/6
5+
about: Ask and learn from others in the Discourse forum.
66
- name: I want to start a discussion
7-
url: https://github.com/iced-rs/iced/discussions/new
8-
about: Open a new discussion if you have any suggestions, ideas, feature requests, or simply want to show off something you've made.
7+
url: https://discourse.iced.rs/c/request-feedback/7
8+
about: Share your idea and gather feedback in the Discourse forum.
99
- name: I want to chat with other users of the library
1010
url: https://discord.com/invite/3xZJ65GAhd
11-
about: Join the Discord Server and get involved with the community!
11+
about: Join the Discord server and get involved with the community!

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thank you for considering contributing to Iced! Feel free to read [the ecosystem
44

55
The core team is busy and does not have time to mentor nor babysit new contributors. If a member of the core team thinks that reviewing and understanding your work will take more time and effort than writing it from scratch by themselves, your contribution will be dismissed. It is your responsibility to communicate and figure out how to reduce the likelihood of this!
66

7-
The general advice for new contributors is to share your ideas with the community. Introduce yourself over our [Discord server] or [start a discussion](https://github.com/iced-rs/iced/discussions) explaining what you have in mind. This is a very important step. It helps to coordinate work, get on the same page, and start building trust. Remember that [Code is the Easy Part] and also [The Hard Parts of Open Source]!
7+
The general advice for new contributors is to share your ideas with the community. You can share your ideas and gather feedback in [our Discourse forum]. This is a very important step. It helps to coordinate work, get on the same page, and start building trust. Remember that [Code is the Easy Part] and also [The Hard Parts of Open Source]!
88

99
Once you have started a channel of communication, you must wait until someone from the core team chimes in. If the core team is busy, this can take a long time (maybe months!). Your idea may need a bunch of iteration, or it may turn into something completely different, or it may be completely discarded! You will have to be patient and humble. Remember that open-source is a gift.
1010

@@ -17,6 +17,7 @@ Besides directly writing code, there are many other different ways you can contr
1717

1818
[the ecosystem overview]: ECOSYSTEM.md
1919
[the roadmap]: ROADMAP.md
20-
[Discord server]: https://discord.gg/3xZJ65GAhd
20+
[our Discourse fourm]: https://discourse.iced.rs/
21+
[our Discord server]: https://discord.gg/3xZJ65GAhd
2122
[Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=1138
2223
[The Hard Parts of Open Source]: https://www.youtube.com/watch?v=o_4EX4dPppA

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
1010
[![Downloads](https://img.shields.io/crates/d/iced.svg)](https://crates.io/crates/iced)
1111
[![Test Status](https://img.shields.io/github/actions/workflow/status/iced-rs/iced/test.yml?branch=master&event=push&label=test)](https://github.com/iced-rs/iced/actions)
12-
[![Discourse](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscourse.iced.rs&color=5e7ce2)](https://discourse.iced.rs)
12+
[![Discourse](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscourse.iced.rs&color=5e7ce2)](https://discourse.iced.rs/)
1313
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
1414

1515
A cross-platform GUI library for Rust focused on simplicity and type-safety.
@@ -202,8 +202,8 @@ end-user-oriented GUI library, while keeping [the ecosystem] modular:
202202
Contributions are greatly appreciated! If you want to contribute, please
203203
read our [contributing guidelines] for more details.
204204

205-
Feedback is also welcome! You can open a discussion or come chat to our
206-
[Discord server].
205+
Feedback is also welcome! You can create a new topic in [our Discourse forum] or
206+
come chat to [our Discord server].
207207

208208
## Sponsors
209209

@@ -216,7 +216,7 @@ The development of Iced is sponsored by the [Cryptowatch] team at [Kraken.com]
216216
[The Elm Architecture]: https://guide.elm-lang.org/architecture/
217217
[the current issues]: https://github.com/iced-rs/iced/issues
218218
[contributing guidelines]: https://github.com/iced-rs/iced/blob/master/CONTRIBUTING.md
219-
[Discord server]: https://discord.gg/3xZJ65GAhd
220-
[Rust Community Discord]: https://bit.ly/rust-community
219+
[our Discourse forum]: https://discourse.iced.rs/
220+
[our Discord server]: https://discord.gg/3xZJ65GAhd
221221
[Cryptowatch]: https://cryptowat.ch/charts
222222
[Kraken.com]: https://kraken.com/

0 commit comments

Comments
 (0)