From a7094a47dc2beb5141c8d477ca49a60a709be72a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 15 Nov 2018 15:58:04 -0800 Subject: [PATCH] README: Document code contribution policies. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51c2c8a..657d61c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ The source code is written in *Python 3*. ## Development +This is part of the Zulip open source project; see the +[contributing guide](https://zulip.readthedocs.io/en/latest/overview/contributing.html) +and [commit guidelines](https://zulip.readthedocs.io/en/latest/contributing/version-control.html). + 1. Fork and clone the Git repo: `git clone https://github.com//python-zulip-api.git`