docs: adding missing docstrings meta-issue #3456
Labels
documentation
Documentation changes
good first issue
Good for newcomers
hacktoberfest
good issue for hacktoberfest participation
I've been slowly adding issues like #3455 intended for folk participating in hacktoberfest to have an easy first issue that gets them some practice reading and understanding an unfamilar codebase. I'm one person serving as project lead and it takes a bit of time for me to find files that are worth upgrading, make an issue, and handle code review.
If you're looking for a good first issue, though, feel free to create one for yourself in a similar way. I'm using the tool
interrogate
to examine files using the following flags in each directory:interrogate -vv -i -I -M -C *.py
And then filing an issue for each file that's missing stuff. If you want to file your own issue and then work on it, feel free to use a similar procedure.
The text was updated successfully, but these errors were encountered: