mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-22 03:53:05 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
05a151be6c
commit
2fd629a47d
1 changed files with 21 additions and 0 deletions
21
CONTRIBUTING.md
Normal file
21
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
Please feel free to open a pull request if you know of a good article/talk/rescource about idiomatic Rust,
|
||||
that is not mentioned here.
|
||||
|
||||
How to add new articles:
|
||||
|
||||
1. Pick a promising article from [This Week in Rust](https://this-week-in-rust.org/) or the top weekly articles from [/r/rustlang](https://www.reddit.com/r/rust/top/?t=week).
|
||||
2. Read the article.
|
||||
3. Decide if it contains useful rescources about idiomatic Rustlang code.
|
||||
4. Create a pull request with the article.
|
||||
|
||||
How to add new talks/videos:
|
||||
|
||||
1. Pick a promising video from the [Rustlang YouTube channel](https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA).
|
||||
2. Watch the video.
|
||||
3. Decide if it contains useful rescources about idiomatic Rustlang code.
|
||||
4. Create a pull request with the talk/video.
|
||||
|
||||
|
||||
If you're unsure, just create a pull request or create a new issue and we can decide together.
|
||||
|
||||
**Thanks for helping out!** :tada:
|
Loading…
Reference in a new issue