From ca4db5ac4b001a91b0a7a296e99da8170614dc16 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 24 Sep 2015 19:32:57 -0700 Subject: [PATCH] Extent contributing section in README.md. (imported from commit 8d0a56f9450419a10b12d40437213b9b7184f8bd) --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2273325034..e9fe36b502 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,24 @@ Zulip welcomes all forms of contributions! Before a pull request can be merged, you need to to sign the [Dropbox Contributor License Agreement](https://opensource.dropbox.com/cla/). -Also, you should run the tests and lint rules to make sure that they -all pass. The development server configuration automatically sets up -`tools/lint-all` to run as a pre-commit hook. +Please run the tests (tools/test-all) before submitting your pull +request. + +Zulip has a growing collection of developer documentation including +detailed documentation on coding style available on [Read The +Docs](https://zulip.readthedocs.org/). Zulip also has a [development discussion mailing list](https://groups.google.com/forum/#!forum/zulip-devel) +Feel free to send any questions or suggestions of areas where you'd +love to see more documentation to the list! + +We recommend sending proposals for large features or refactorings to +the zulip-devel list for discussion and advice before getting too deep +into implementation. + +Please report any security issues you discover to support@zulip.com. + Running Zulip in production ===========================