[ 
https://issues.apache.org/jira/browse/BEAM-4488?focusedWorklogId=109855&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109855
 ]

ASF GitHub Bot logged work on BEAM-4488:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/18 20:46
            Start Date: 07/Jun/18 20:46
    Worklog Time Spent: 10m 
      Work Description: alanmyrvold commented on a change in pull request #464: 
[BEAM-4488], [BEAM-4489], [BEAM-4490] Improvements to contribution guide
URL: https://github.com/apache/beam-site/pull/464#discussion_r193883951
 
 

 ##########
 File path: src/contribute/index.md
 ##########
 @@ -78,29 +97,90 @@ necessary things to run those tests. For example:
     $ ./gradlew -p sdks/java/io/cassandra check
     $ ./gradlew -p runners/flink check
 
-### Testing the Python SDK
+You can see what build tasks are available with
+
+    $ ./gradlew tasks
+
+or for a module,
+
+    $ ./gradlew sdks/java/io/cassandra tasks
+
+### Developing with an IDE
+
+Generate an IDEA project .ipr file with:
+
+    $ ./gradlew idea
+
+### Pull requests
+
+When your change is ready to be reviewed and merged, create a pull request.
+Format the pull request title like [BEAM-XXX] Fixes bug in 
ApproximateQuantiles,
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 109855)
    Time Spent: 1h 10m  (was: 1h)

> Contributor's guide needs to document how to install Python SDK from source
> ---------------------------------------------------------------------------
>
>                 Key: BEAM-4488
>                 URL: https://issues.apache.org/jira/browse/BEAM-4488
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Pablo Estrada
>            Assignee: Alan Myrvold
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently it is not documented, though it does appear in the quickstart



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to