hi all, i want to contribute to arrow....are there...
# arrow-contributors
z
hi all, i want to contribute to arrow....are there any entry level requirements I can work on?
r
Hi @zeesh49, We are currently mostly in code freeze for new APIs and features given we are about to release 1.0 very soon. We still have a couple of issues that need help and anyone with Kotlin experience could address. One of them is getting rid of multiple warnings we have while compiling related to named but unused parameters, etc. like https://github.com/arrow-kt/arrow/issues/219 . Alternatively we need the docs to be reviewed and proof read for grammar issues or whatever may be incorrect. Another areas is finding public apis that may not have test coverage and adding tests for those. If you are looking to learn anything in particular regarding Arrow or FP we can also look into what you may be interested in and propose other issues or areas. Most of what you need to get setup you can find it here https://github.com/arrow-kt/arrow/blob/main/CONTRIBUTING.md
arrow 1
z
Hi @raulraja i can work with the following: "Alternatively we need the docs to be reviewed and proof read for grammar issues or whatever may be incorrect."
👍 1
r
Let us know if there is anything you need or we can clarify
Most docs are Kdocs on the actual types or additionally there are a few in markdown files. The contributing guide includes instructions for running the site and validating it.