diff options
author | 2022-05-02 20:25:47 +0200 | |
---|---|---|
committer | 2022-05-02 20:26:59 +0200 | |
commit | aecbd46123eb556fa1193cdf3b9eb96cfd4beff2 (patch) | |
tree | 9ffff308126e082ccde00694b7cb550309b3ea6f /CONTRIBUTING.md | |
parent | e7d595c7de3854e165fd68f05ab2292cae69dbc4 (diff) | |
download | iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.gz iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.bz2 iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.zip |
Replace `hecrj` in links with `iced-rs`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf6655f5..8782a2e3 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 [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`). +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/iced-rs/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]! |