How to start becoming a core developer? #1245
Unanswered
ssbarnea
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While fixing a particular bug with a PR is a valid way to start, it may prove useful to start first with a low-hanging fruit and make few minor patches first. This may make it easier to learn how to test locally, how CI works and also to help you get more familiar with the code base.
Here are some ideas:
mypy --strict src
and try to address one of the reported errors, you will help us getting closer to 100% type coverage.Beta Was this translation helpful? Give feedback.
All reactions