From cbd3fa1e78f6cac735766905e19e793b18638d16 Mon Sep 17 00:00:00 2001 From: fawce Date: Wed, 21 Nov 2012 13:37:56 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 274ccc15..7057c507 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ powering -- a free, community-centered platform that allows development and real-time backtesting of trading algorithms in the web browser. +Want to contribute? See our [open requests](https://github.com/quantopian/zipline/wiki/Contribution-Requests) +and our [general guidelines](https://github.com/quantopian/zipline#contributions) below. + +Discussion and Help +=================== + +Discussion of the project is held at the Google Group, +, +. + Features ======== @@ -108,7 +118,7 @@ You can find other examples in the zipline/examples directory. Contributions ============ -If you would like to contribute, please see our "Requests for Contribution" Wiki: https://github.com/quantopian/zipline/wiki/Contribution-Requests +If you would like to contribute, please see our Contribution Requests: https://github.com/quantopian/zipline/wiki/Contribution-Requests Credits -------- @@ -134,12 +144,6 @@ requirements_dev.txt. Before submitting patches or pull requests, please ensure that your changes pass ```flake8 zipline tests``` -Discussion and Help -=================== - -Discussion of the project is held at the Google Group, -, -. Source ======