I don't like "good fist issues". The real good first issues are so small that it's easier to fix them than labeling them as "good first issues".
If you find something that is labeled with "good first issue", it's probably a weekend project, where you have to make a few modifications and add test and tweeks.
Start with something smaller.
(If you are use to github actions, you can try to transform the manual test in the repos to automatictests. my guess is that react and node.js already have them, but there may be some related side projects that still have manual tests.)
If you find something that is labeled with "good first issue", it's probably a weekend project, where you have to make a few modifications and add test and tweeks.
Start with something smaller.
(If you are use to github actions, you can try to transform the manual test in the repos to automatictests. my guess is that react and node.js already have them, but there may be some related side projects that still have manual tests.)