forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extent contributing section in README.md.
(imported from commit 8d0a56f9450419a10b12d40437213b9b7184f8bd)
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
=========================== | ||
|
||
|