thisisnic commented on code in PR #14283: URL: https://github.com/apache/arrow/pull/14283#discussion_r985631530
########## docs/source/developers/guide/index.rst: ########## @@ -147,11 +147,23 @@ of adding a basic feature. If you are ready you can start with building Arrow or choose to follow one of the :ref:`tutorial-index` on writing an R binding or Python feature. -You can also take a look at the :ref:`documentation` or -:ref:`other-resources` section. +Different ways to contribute +============================ -**We want to encourage everyone to contribute to Arrow!** +There are lots of ways to contribute to the project besides writing code! + +* Improving the **documentation** is a great way to start contributing! + For more information visit :ref:`documentation` section of the guide. + +* **Apache Arrow Cookbooks** are a collection of recipes presenting different + functionalities of Apache Arrow project. They are also a great way to start Review Comment: ```suggestion * **Apache Arrow Cookbooks** are a collection of recipes for solving various problems and completing different tasks using Apache Arrow. They are also a great way to start ``` Small change here, just to emphasise that the recipes are focussed on practical tasks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
