This is close to what I do (and encourage my team to do). I usually start by writing a commented code snippet demonstrating proper usage of the class/function I'm about to implement.
Fixing typos or improving documentation is another super easy way to contribute. You could probably find many typos in many repos you use, especially in code samples.
This is close to what I do (and encourage my team to do). I usually start by writing a commented code snippet demonstrating proper usage of the class/function I'm about to implement.