ForrestKnight / open-source-cs

Video discussing this curriculum:
https://youtu.be/NyOvFSP_IpQ
MIT License
18.72k stars 2.97k forks source link

How do you want to receive suggestions? #19

Closed then4p closed 5 years ago

then4p commented 5 years ago

While I think this is great idea and the courses so far look great, it would be interesting how you would want to accept contributions.

e.g.: I feel like the 'Applications' area could use some more topics like security, computer graphics, embedded systems.

Usually after the basics, students like to dive into topics they're interested in, so that might help.

Great work!

snuggs commented 5 years ago

@then4p believe it or not you are already contributing. At minimum create an issue like you just did. We use a guide over at WHATWG and W3C for new contributors.

A perfect example of ISSUE / Pull Request flow that is trivial as a README.md is as follows: Issue: https://github.com/whatwg/meta/issues/97 PR: https://github.com/whatwg/meta/pull/119

Example on what makes good contributions https://github.com/whatwg/meta/blob/master/COMMITTING.md

Hope this helps! /cc @ForrestKnight

ForrestKnight commented 5 years ago

Yea this is perfect. I've been neglecting contributions but going through everything now. I will do my best to stay on top of it so just open any issues or pull requests that you see fit.