diff options
author | 2023-07-26 20:42:03 +0200 | |
---|---|---|
committer | 2023-07-26 20:42:03 +0200 | |
commit | 4cf1b4fd1c8f45fe50ff254decd91f0d589f70ff (patch) | |
tree | c82b023b0e6f7fd82d82a232c61b3b43803f8a39 /CONTRIBUTING.md | |
parent | 07f091d0533d1515cb7b6dc990c53ef04a27f1e5 (diff) | |
parent | 9537c9dfdaf09694fd05b7edd74729503e922696 (diff) | |
download | iced-4cf1b4fd1c8f45fe50ff254decd91f0d589f70ff.tar.gz iced-4cf1b4fd1c8f45fe50ff254decd91f0d589f70ff.tar.bz2 iced-4cf1b4fd1c8f45fe50ff254decd91f0d589f70ff.zip |
Merge pull request #1958 from Redhawk18/master
minor doc updates
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 8782a2e3..412cf08f 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/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`). +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!). 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]! |