viirya commented on a change in pull request #29596:
URL: https://github.com/apache/spark/pull/29596#discussion_r480245490



##########
File path: python/docs/source/development/contributing.rst
##########
@@ -0,0 +1,92 @@
+..  Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+..    http://www.apache.org/licenses/LICENSE-2.0
+
+..  Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+=======================
+Contributing to PySpark
+=======================
+
+There are many types of contribution, for example, helping other users, 
testing releases, reviewing changes,
+documentation contribution, bug reporting, JIRA maintenance, code changes, etc.
+These are documented at `the general guidelines 
<http://spark.apache.org/contributing.html>`_.
+This page focuses on PySpark and includes additional details specifically for 
PySpark.
+
+
+Contributing by Testing Releases
+--------------------------------
+
+Before the official release, PySpark release candidates are shared in the 
`[email protected]` mailing list to vote on.
+This release candidates can be easily installed via `pip`. For example, in 
case of Spark 3.0.0 RC1, you can install as below:
+
+.. code-block:: bash
+
+    pip install https://dist.apach 
e.org/repos/dist/dev/spark/v3.0.0-rc1-bin/pyspark-3.0.0.tar.gz

Review comment:
       apach e -> apache




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to