How do you recommend a student contribute to an open source project when many people don't even accept pull requests on their basic github repos? I had a teacher that tried this and it backfired immensely. Basically every student wasn't able to get one so my instructor had to change it last minute and just make us do a coding project in a different language. Open source is not for new coders. Flat out. They are defin…
- Choose a project with several active contributors.
- Choose a relatively popular project (some GitHub stars).
- Avoid very popular projects.
- Verify that you can build and run the project on your computer setup.
- Ensure the project regularly accepts pull requests from outsiders.
- Try to contribute a trivial fix as a warm-up exercise.
- Look for project issues marked as "Good first issue".