This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e01273  ARROW-15337: [Doc] New contributors guide updates
7e01273 is described below

commit 7e012736611cdda2b1d7082f41bb2e77eb16bbbd
Author: Alenka Frim <frim.ale...@gmail.com>
AuthorDate: Mon Jan 17 09:43:57 2022 +0000

    ARROW-15337: [Doc] New contributors guide updates
    
    Adding last corrections to the New Contributors Guide before the new 
release.
    
    Closes #12167 from AlenkaF/ARROW-15337
    
    Authored-by: Alenka Frim <frim.ale...@gmail.com>
    Signed-off-by: Nic Crane <thisis...@gmail.com>
---
 docs/source/developers/guide/architectural_overview.rst | 6 ++++--
 docs/source/developers/guide/communication.rst          | 4 ++--
 docs/source/developers/guide/index.rst                  | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/docs/source/developers/guide/architectural_overview.rst 
b/docs/source/developers/guide/architectural_overview.rst
index d9da5ab..b6ca1ed 100644
--- a/docs/source/developers/guide/architectural_overview.rst
+++ b/docs/source/developers/guide/architectural_overview.rst
@@ -38,5 +38,7 @@ You can also have a look at the
 For an Architectural Overview of Arrow's libraries please
 refer to:
 
-- PyArrow Architectural Overview
-- R package Architectural Overview
\ No newline at end of file
+- PyArrow Architectural Overview (in progress, see
+  `issue ARROW-14280 <https://issues.apache.org/jira/browse/ARROW-14280>`_)
+- R package Architectural Overview (in progress, see
+  `issue ARROW-14279 <https://issues.apache.org/jira/browse/ARROW-14279>`_)
diff --git a/docs/source/developers/guide/communication.rst 
b/docs/source/developers/guide/communication.rst
index 255dfe2..b211a58 100644
--- a/docs/source/developers/guide/communication.rst
+++ b/docs/source/developers/guide/communication.rst
@@ -111,8 +111,8 @@ When to use GitHub?
 
 .. _mailing_list:
 
-Mailing List
-~~~~~~~~~~~~
+Mailing Lists
+~~~~~~~~~~~~~
 
 You can subscribe to the **user** or **development** mailing list and browse 
for
 previous topics or ask questions. Whereas discussion on GitHub and JIRA
diff --git a/docs/source/developers/guide/index.rst 
b/docs/source/developers/guide/index.rst
index 54ec292..7497f28 100644
--- a/docs/source/developers/guide/index.rst
+++ b/docs/source/developers/guide/index.rst
@@ -31,7 +31,7 @@ New Contributor's Guide
 ***********************
 
 This guide is meant to be a resource for contributing to
-`Arrow <https://arrow.apache.org>`_ for new contributors.
+Apache Arrow for new contributors.
 
 No matter what your current skills are, you can try and make
 your first time contribution to Arrow.
@@ -89,7 +89,8 @@ of adding a basic feature.
  
 #. **Run the tests**
    
-   Run the tests from a terminal for Python
+   We should run the tests to check if everything is working correctly. For 
example,
+   you can run the tests from a terminal for Python
 
    .. code-block:: console
 

Reply via email to