diff options
author | 2022-01-31 21:18:39 +0700 | |
---|---|---|
committer | 2022-01-31 21:18:39 +0700 | |
commit | 1a737b8e20c079cae44d9cace9ec1a55acb99070 (patch) | |
tree | e76cad151f10c73d56775eeb66f7619ac871f36c /CONTRIBUTING.md | |
parent | db40c9649e926ce411064b971d7f019c2f7a1136 (diff) | |
download | iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.gz iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.bz2 iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.zip |
Replace Zulip links with Discord
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39e4c776..cf6655f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thank you for considering contributing to Iced! Feel free to read [the ecosystem overview] and [the roadmap] to get an idea of the current state of the library. -The main advice for new contributors is to share your ideas with the community. Introduce yourself over our [Zulip server] or [start a discussion in an issue](https://github.com/hecrj/iced/issues) explaining what you have in mind (do not be afraid of duplicated issues!). If you want to talk directly to me (@hecrj), you can also find me on Discord (`lone_scientist#9554`). +The main advice for new contributors is to share your ideas with the community. Introduce yourself over our [Discord server] or [start a discussion in an issue](https://github.com/hecrj/iced/issues) explaining what you have in mind (do not be afraid of duplicated issues!). If you want to talk directly to me (@hecrj), you can also find me on Discord (`lone_scientist#9554`). This is a very important step. It helps to coordinate work, get on the same page, and start building trust. Please, do not skip it! Remember that [Code is the Easy Part] and also [The Hard Parts of Open Source]! @@ -27,7 +27,7 @@ Besides directly writing code, there are many other different ways you can contr [the ecosystem overview]: ECOSYSTEM.md [the roadmap]: ROADMAP.md -[Zulip server]: https://iced.zulipchat.com/ +[Discord server]: https://discord.gg/3xZJ65GAhd [Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=1138 [The Hard Parts of Open Source]: https://www.youtube.com/watch?v=o_4EX4dPppA [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph |