raulcd commented on code in PR #14283: URL: https://github.com/apache/arrow/pull/14283#discussion_r985644243
########## 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 + contributing. For more information visit + `How to contribute to Apache Arrow Cookbook <https://github.com/apache/arrow-cookbook/blob/main/CONTRIBUTING.md>`_ + located in the Apache Arrow Cookbook repository. +You can also welcome take a look at :ref:`other-resources` section. Review Comment: I am not a native English speaker, so feel free to disregard: ```suggestion You are also welcome to take a look at :ref:`other-resources` section. ``` -- 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]
