mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
The order and structure of the Read The Docs documentation was fairly arbitrary; here's a suggestion for how to change its information architecture so it's more useful to a new contributor. This adds a short Zulip overview, and a table of contents and code contribution intro for new contributors. Fixes: #668. Signed-off-by: Sumana Harihareswara <sumanah@panix.com>
24 lines
471 B
ReStructuredText
24 lines
471 B
ReStructuredText
=======================
|
|
Code contribution guide
|
|
=======================
|
|
|
|
Thanks for contributing to Zulip! We hope this guide helps make the
|
|
process smooth sailing for you.
|
|
|
|
The "Ways to Contribute" and "How to get involved" sections of
|
|
:doc:`readme-symlink` are a good place to start! After that, check out
|
|
the tips below.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
code-style
|
|
markdown
|
|
testing
|
|
logging
|
|
mypy
|
|
front-end-build-process
|
|
queuing
|
|
schema-migrations
|