Skip to content

Commit

Permalink
Extent contributing section in README.md.
Browse files Browse the repository at this point in the history
(imported from commit 8d0a56f9450419a10b12d40437213b9b7184f8bd)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent 95056c6 commit ca4db5a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected].

Running Zulip in production
===========================

Expand Down

0 comments on commit ca4db5a

Please sign in to comment.