Videos on contributing to Open Source projects.
-
Introduce Continuous Integration (CI) to the starpy Python project
-
Patch rdfind, a C++ project, allowing the user to disable checksum comparision
-
Automated test for sssimp, a simple static site generator in Python
-
All the Perl-related projects, videos, and blog posts are on the Perl Maven web site
How to find Open Source projects
A few ideas on how to find projects to contribute to.
- Python: On PyDigger find projects that have Link to GitHub, but no CI
- Perl: The CPAN Digger project has a script called bin/cpan-digger that can create a report with some logs of recently uploaded Perl modules.
- In general: Visit the Explore topics page of GitHub, select a topic, select the language, sort by "Recently uploaded". In the list look for projects with few stars. They are probably the newer ones with less things already in place. For example this is the link for Go