Hey, I want to start contributing to Arrow. I have...
# arrow-contributors
t
Hey, I want to start contributing to Arrow. I have cloned and setup the project. Open source is quite new for me. Can someone please help me find beginner level issues to start with.
y
Test coverage would be a great way to start! I believe there's a gradle task named like
koverReport
or something. You can run that (press CTRL twice I think and a Run Anything window will pop up), then see what files have low test coverage, and go from there. I'll try and provide some files you can write tests for later today!
✔️ 1
thank you color 1
t
okay