[
https://issues.apache.org/jira/browse/BEAM-4488?focusedWorklogId=109632&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-109632
]
ASF GitHub Bot logged work on BEAM-4488:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/18 04:31
Start Date: 07/Jun/18 04:31
Worklog Time Spent: 10m
Work Description: pabloem 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_r193622481
##########
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:
Maybe add backticks or quotes for the title of the Pull Request?
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 109632)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)