chore(docs): Apply #6822 (playground definition) to the rest of CONTRIBUTING files (#6824)

* Added playground definition

Added a small definition about programming/coding playgrounds for making it understandable to beginners

* Define what is a playground

Via / completes:
- What's a programming playground? #6107
- Added playground definition #6817
- Sentence added under playground #6819

Thanks @Suman373 for the initial idea.

Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com>

* reword playground definition as suggested

Co-authored-by: Eric Hellman <eric@hellman.net>

* copy #6822 playground definition into rest files

* translate #6822 (playground definition) to spanish

* translate #6822 (playground definition) to italian

Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>

* translate #6822 (playground definition) to french

Thanks to @Existential-nonce

Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com>

* translate EbookFoundation#6822 (playground definition) to chinese

Provided by @kang8. Thank you too much!

Co-authored-by: kang <1115610574@qq.com>

* Improve playground definition in `zh_TW` language

Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com>

* Minor improve playground definition in `fr` language

Co-authored-by: lorrding <mathias.berthonneau@gmail.com>

Co-authored-by: Suman Roy <95040233+Suman373@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com>
Co-authored-by: nonce <77142078+Existential-nonce@users.noreply.github.com>
Co-authored-by: kang <1115610574@qq.com>
Co-authored-by: Alan Syue <33183531+AlanSyue@users.noreply.github.com>
Co-authored-by: lorrding <mathias.berthonneau@gmail.com>
This commit is contained in:
David Ordás
2022-07-25 14:37:35 +02:00
committed by GitHub
parent eded902203
commit 97022b79cd
14 changed files with 28 additions and 14 deletions

View File

@@ -18,11 +18,12 @@ Sa pamamagitan ng pag-aambag sumasang-ayon kang igalang ang [Code of Conduct](CO
2. Hindi mo kailangang malaman ang Git: kung nakakita ka ng isang bagay na interesado na *wala pa sa repo na ito*, mangyaring magbukas ng [Issue](https://github.com/EbookFoundation/free-programming-books/issues) kasama ang iyong mga proposisyon ng link.
- Kung alam mo ang Git, mangyaring Fork ang repo at magpadala ng mga Pull Request (PR).
3. Mayroon kaming 5 uri ng mga listahan. Piliin ang tama:
3. Mayroon kaming 6 uri ng mga listahan. Piliin ang tama:
- *Mga libro* : PDF, HTML, ePub, isang site na nakabatay sa gitbook.io, a Git repo, etc.
- *Kurso* : Ang kurso ay isang materyal sa pag-aaral na hindi isang libro. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/).
- *Mga Interactive na Tutorial* : Isang interactive na website na nagbibigay-daan sa user na mag-type ng code o command at suriin ang resulta (sa pamamagitan ng "suriin" hindi namin ibig sabihin ay "grado"). e.g.: [Try Haskell](http://tryhaskell.org), [Try GitHub](http://try.github.io).
- *Playgrounds* : are online and interactive websites, games or desktop software for learning programming. Write, compile (or run), and share code snippets. Playgrounds often allow you to fork and get your hands dirty by playing with code.
- *Mga Podcast at Screencast* : Mga podcast at screencast.
- *Mga Set ng Problema at Kompetisyon sa Programming* : Isang website o software na nagbibigay-daan sa iyong tasahin ang iyong mga kasanayan sa programming sa pamamagitan ng paglutas ng mga simple o kumplikadong problema, mayroon man o walang code review, mayroon man o walang paghahambing ng mga resulta sa ibang mga user.