2016-05-15 19:50:55 +02:00
|
|
|
**[Zulip overview](#zulip-overview)** |
|
2016-08-19 17:19:09 +02:00
|
|
|
**[Community](#community)** |
|
2016-05-15 19:50:55 +02:00
|
|
|
**[Installing for dev](#installing-the-zulip-development-environment)** |
|
|
|
|
**[Installing for production](#running-zulip-in-production)** |
|
|
|
|
**[Ways to contribute](#ways-to-contribute)** |
|
|
|
|
**[How to get involved](#how-to-get-involved-with-contributing-to-zulip)** |
|
|
|
|
**[License](#license)**
|
|
|
|
|
|
|
|
# Zulip overview
|
2015-09-27 03:07:06 +02:00
|
|
|
|
|
|
|
Zulip is a powerful, open source group chat application. Written in
|
|
|
|
Python and using the Django framework, Zulip supports both private
|
|
|
|
messaging and group chats via conversation streams.
|
|
|
|
|
|
|
|
Zulip also supports fast search, drag-and-drop file uploads, image
|
|
|
|
previews, group private messages, audible notifications,
|
|
|
|
missed-message emails, desktop apps, and much more.
|
|
|
|
|
|
|
|
Further information on the Zulip project and its features can be found
|
2017-03-19 13:07:57 +01:00
|
|
|
at <https://www.zulip.org>.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2017-08-02 01:52:08 +02:00
|
|
|
[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) [![Coverage Status](https://img.shields.io/codecov/c/github/zulip/zulip.svg)](https://codecov.io/gh/zulip/zulip) [![docs](https://readthedocs.org/projects/zulip/badge/?version=latest)](http://zulip.readthedocs.io/en/latest/) [![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org) [![Twitter](https://img.shields.io/badge/twitter-@zulip-blue.svg?style=flat)](http://twitter.com/zulip)
|
2016-02-21 01:47:04 +01:00
|
|
|
|
2016-08-19 17:19:09 +02:00
|
|
|
## Community
|
|
|
|
|
|
|
|
There are several places online where folks discuss Zulip.
|
|
|
|
|
2017-02-13 01:55:54 +01:00
|
|
|
* The primary place is the
|
2017-06-07 22:30:43 +02:00
|
|
|
[Zulip development community Zulip server][czo-doc] at
|
|
|
|
chat.zulip.org.
|
2017-02-12 22:50:11 +01:00
|
|
|
|
|
|
|
* For Google Summer of Code students and applicants, we have
|
|
|
|
[a mailing list](https://groups.google.com/forum/#!forum/zulip-gsoc)
|
|
|
|
for help, questions, and announcements. But it's often simpler to
|
2017-06-07 22:30:43 +02:00
|
|
|
[visit chat.zulip.org][czo-doc] instead.
|
|
|
|
|
|
|
|
* We have a [public development discussion mailing list][zulip-devel],
|
|
|
|
zulip-devel, which is currently pretty low traffic because most
|
|
|
|
discussions happen in our public Zulip instance. We use it to
|
|
|
|
announce Zulip developer community gatherings and ask for feedback on
|
|
|
|
major technical or design decisions. It has several hundred
|
|
|
|
subscribers, so you can use it to ask questions about features or
|
|
|
|
possible bugs, but please don't use it ask for generic help getting
|
|
|
|
started as a contributor (e.g. because you want to do Google Summer of
|
|
|
|
Code). The rest of this page covers how to get involved in the Zulip
|
|
|
|
project in detail.
|
2016-12-09 03:19:40 +01:00
|
|
|
|
2017-02-12 22:50:11 +01:00
|
|
|
* Zulip also has a [blog](https://blog.zulip.org/) and
|
2017-08-02 01:52:08 +02:00
|
|
|
[twitter account](https://twitter.com/zulip).
|
2016-08-19 17:19:09 +02:00
|
|
|
|
2017-02-12 22:50:11 +01:00
|
|
|
* Last but not least, we use [GitHub](https://github.com/zulip/zulip)
|
|
|
|
to track Zulip-related issues (and store our code, of course).
|
2016-10-19 17:27:43 +02:00
|
|
|
Anybody with a GitHub account should be able to create Issues there
|
2017-02-12 22:50:11 +01:00
|
|
|
pertaining to bugs or enhancement requests. We also use Pull Requests
|
|
|
|
as our primary mechanism to receive code contributions.
|
2016-08-19 17:19:09 +02:00
|
|
|
|
2016-11-19 01:40:22 +01:00
|
|
|
The Zulip community has a [Code of Conduct][code-of-conduct].
|
|
|
|
|
2017-06-07 22:30:43 +02:00
|
|
|
[zulip-devel]: https://groups.google.com/forum/#!forum/zulip-devel
|
|
|
|
|
2016-05-15 19:50:55 +02:00
|
|
|
## Installing the Zulip Development environment
|
2015-11-04 05:57:54 +01:00
|
|
|
|
2016-05-14 00:24:41 +02:00
|
|
|
The Zulip development environment is the recommended option for folks
|
2016-07-09 16:12:37 +02:00
|
|
|
interested in trying out Zulip. This is documented in [the developer
|
|
|
|
installation guide][dev-install].
|
2015-11-04 05:57:54 +01:00
|
|
|
|
2016-05-15 19:50:55 +02:00
|
|
|
## Running Zulip in production
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-08-27 06:25:10 +02:00
|
|
|
Zulip in production supports Ubuntu 14.04 Trusty and Ubuntu 16.04
|
|
|
|
Xenial. Work is ongoing on adding support for additional
|
|
|
|
platforms. The installation process is documented at
|
2017-03-19 13:07:57 +01:00
|
|
|
<https://zulip.org/server.html> and in more detail in [the
|
2016-07-12 23:50:48 +02:00
|
|
|
documentation](https://zulip.readthedocs.io/en/latest/prod-install.html).
|
2015-09-27 03:07:06 +02:00
|
|
|
|
2016-05-15 19:50:55 +02:00
|
|
|
## Ways to contribute
|
2015-09-26 23:02:28 +02:00
|
|
|
|
2017-02-10 21:04:31 +01:00
|
|
|
Zulip welcomes all forms of contributions! This page documents the
|
2015-10-17 20:16:13 +02:00
|
|
|
Zulip development process.
|
2015-09-26 23:02:28 +02:00
|
|
|
|
2016-03-21 04:40:10 +01:00
|
|
|
* **Pull requests**. Before a pull request can be merged, you need to
|
2016-08-27 03:14:09 +02:00
|
|
|
sign the [Dropbox Contributor License Agreement][cla]. Also,
|
2016-03-21 04:40:10 +01:00
|
|
|
please skim our [commit message style guidelines][doc-commit-style].
|
2017-02-10 21:04:31 +01:00
|
|
|
We encourage early pull requests for work in progress. Prefix the title
|
|
|
|
of your pull request with `[WIP]` and reference it when asking for
|
|
|
|
community feedback. When you are ready for final review, remove
|
|
|
|
the `[WIP]`.
|
2015-09-26 23:02:28 +02:00
|
|
|
|
2015-10-17 20:16:13 +02:00
|
|
|
* **Testing**. The Zulip automated tests all run automatically when
|
|
|
|
you submit a pull request, but you can also run them all in your
|
|
|
|
development environment following the instructions in the [testing
|
2016-07-28 04:43:53 +02:00
|
|
|
docs][doc-test]. You can also try out [our new desktop
|
|
|
|
client][electron], which is in alpha; we'd appreciate testing and
|
|
|
|
[feedback](https://github.com/zulip/zulip-electron/issues/new).
|
2015-10-17 20:16:13 +02:00
|
|
|
|
|
|
|
* **Developer Documentation**. Zulip has a growing collection of
|
2016-03-21 04:40:10 +01:00
|
|
|
developer documentation on [Read The Docs][doc]. Recommended reading
|
|
|
|
for new contributors includes the [directory structure][doc-dirstruct]
|
2016-05-14 15:26:40 +02:00
|
|
|
and [new feature tutorial][doc-newfeat]. You can also improve
|
|
|
|
[Zulip.org][z-org].
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-04-29 23:20:08 +02:00
|
|
|
* **Mailing lists and bug tracker**. Zulip has a [development
|
2016-12-09 03:19:40 +01:00
|
|
|
discussion mailing list](#community) and uses [GitHub issues
|
2016-04-29 23:20:08 +02:00
|
|
|
][gh-issues]. There are also lists for the [Android][email-android]
|
|
|
|
and [iOS][email-ios] apps. Feel free to send any questions or
|
|
|
|
suggestions of areas where you'd love to see more documentation to the
|
|
|
|
relevant list! Please report any security issues you discover to
|
|
|
|
zulip-security@googlegroups.com.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-03-21 06:42:40 +01:00
|
|
|
* **App codebases**. This repository is for the Zulip server and web
|
2017-06-07 22:34:36 +02:00
|
|
|
app (including most integrations). The
|
|
|
|
[beta React Native mobile app][mobile], [Java Android app][Android]
|
|
|
|
(see [our mobile strategy][mobile-strategy]),
|
2017-03-08 01:48:27 +01:00
|
|
|
[new Electron desktop app][electron], and
|
2017-06-07 22:34:36 +02:00
|
|
|
[legacy Qt-based desktop app][desktop] are all separate repositories.
|
2016-05-14 15:26:40 +02:00
|
|
|
|
|
|
|
* **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several
|
|
|
|
integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][],
|
2016-09-22 18:27:29 +02:00
|
|
|
and [Trello][]), plus [node.js API bindings][node], an [isomorphic
|
|
|
|
JavaScript library][zulip-js], and a [full-text search PostgreSQL
|
|
|
|
extension][tsearch], as separate repos.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-04-29 06:55:09 +02:00
|
|
|
* **Translations**. Zulip is in the process of being translated into
|
|
|
|
10+ languages, and we love contributions to our translations. See our
|
2016-07-01 13:00:12 +02:00
|
|
|
[translating documentation][transifex] if you're interested in
|
2016-04-29 06:55:09 +02:00
|
|
|
contributing!
|
|
|
|
|
2017-03-08 20:44:33 +01:00
|
|
|
* **Code Reviews**. Zulip is all about community and helping each
|
|
|
|
other out. Check out [#code review][code-review] on
|
2017-06-07 22:30:43 +02:00
|
|
|
[chat.zulip.org][czo-doc] to help review PRs and give comments on
|
|
|
|
other people's work. Everyone is welcome to participate, even those
|
|
|
|
new to Zulip! Even just checking out the code, manually testing it,
|
|
|
|
and posting on whether or not it worked is valuable.
|
2017-02-24 11:13:51 +01:00
|
|
|
|
2016-03-21 04:40:10 +01:00
|
|
|
[cla]: https://opensource.dropbox.com/cla/
|
2016-11-19 01:40:22 +01:00
|
|
|
[code-of-conduct]: https://zulip.readthedocs.io/en/latest/code-of-conduct.html
|
2016-08-25 07:06:35 +02:00
|
|
|
[dev-install]: https://zulip.readthedocs.io/en/latest/dev-overview.html
|
2016-04-30 01:00:06 +02:00
|
|
|
[doc]: https://zulip.readthedocs.io/
|
2016-10-21 15:26:37 +02:00
|
|
|
[doc-commit-style]: http://zulip.readthedocs.io/en/latest/version-control.html#commit-messages
|
2016-04-30 01:00:06 +02:00
|
|
|
[doc-dirstruct]: http://zulip.readthedocs.io/en/latest/directory-structure.html
|
|
|
|
[doc-newfeat]: http://zulip.readthedocs.io/en/latest/new-feature-tutorial.html
|
2016-07-09 16:12:37 +02:00
|
|
|
[doc-test]: http://zulip.readthedocs.io/en/latest/testing.html
|
2016-07-28 04:43:53 +02:00
|
|
|
[electron]: https://github.com/zulip/zulip-electron
|
2016-03-21 04:40:10 +01:00
|
|
|
[gh-issues]: https://github.com/zulip/zulip/issues
|
|
|
|
[desktop]: https://github.com/zulip/zulip-desktop
|
|
|
|
[android]: https://github.com/zulip/zulip-android
|
2017-06-07 22:34:36 +02:00
|
|
|
[mobile]: https://github.com/zulip/zulip-mobile
|
|
|
|
[mobile-strategy]: https://github.com/zulip/zulip-android/blob/master/android-strategy.md
|
2016-04-29 23:20:08 +02:00
|
|
|
[email-android]: https://groups.google.com/forum/#!forum/zulip-android
|
|
|
|
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios
|
2016-05-11 03:58:31 +02:00
|
|
|
[hubot-adapter]: https://github.com/zulip/hubot-zulip
|
|
|
|
[jenkins]: https://github.com/zulip/zulip-jenkins-plugin
|
2016-05-14 15:26:40 +02:00
|
|
|
[node]: https://github.com/zulip/zulip-node
|
2016-09-22 18:27:29 +02:00
|
|
|
[zulip-js]: https://github.com/zulip/zulip-js
|
2016-05-11 03:58:31 +02:00
|
|
|
[phab]: https://github.com/zulip/phabricator-to-zulip
|
|
|
|
[puppet]: https://github.com/matthewbarr/puppet-zulip
|
|
|
|
[redmine]: https://github.com/zulip/zulip-redmine-plugin
|
|
|
|
[trello]: https://github.com/zulip/trello-to-zulip
|
2016-05-14 15:26:40 +02:00
|
|
|
[tsearch]: https://github.com/zulip/tsearch_extras
|
2016-07-01 12:16:34 +02:00
|
|
|
[transifex]: https://zulip.readthedocs.io/en/latest/translating.html#testing-translations
|
2016-05-14 15:26:40 +02:00
|
|
|
[z-org]: https://github.com/zulip/zulip.github.io
|
2017-03-08 20:44:33 +01:00
|
|
|
[code-review]: https://chat.zulip.org/#narrow/stream/code.20review
|
2016-03-21 04:40:10 +01:00
|
|
|
|
2016-10-19 17:11:33 +02:00
|
|
|
## Google Summer of Code
|
|
|
|
|
|
|
|
We participated in
|
2017-03-01 06:12:59 +01:00
|
|
|
[GSoC](https://developers.google.com/open-source/gsoc/) in 2016 (with
|
|
|
|
[great results](https://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/))
|
2017-06-07 22:34:36 +02:00
|
|
|
and [are participating](https://github.com/zulip/zulip.github.io/blob/master/gsoc-ideas.md)
|
|
|
|
in 2017 as well.
|
2017-03-21 23:42:21 +01:00
|
|
|
|
2016-05-15 19:50:55 +02:00
|
|
|
## How to get involved with contributing to Zulip
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-03-21 04:40:10 +01:00
|
|
|
First, subscribe to the Zulip [development discussion mailing
|
2016-12-09 03:19:40 +01:00
|
|
|
list](#community).
|
2015-10-17 20:16:13 +02:00
|
|
|
|
|
|
|
The Zulip project uses a system of labels in our [issue
|
2016-03-21 04:40:10 +01:00
|
|
|
tracker][gh-issues] to make it easy to find a project if you don't
|
|
|
|
have your own project idea in mind or want to get some experience with
|
|
|
|
working on Zulip before embarking on a larger project you have in
|
|
|
|
mind:
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2016-10-19 02:05:56 +02:00
|
|
|
* [Integrations](https://github.com/zulip/zulip/labels/area%3A%20integrations).
|
2015-10-17 20:16:13 +02:00
|
|
|
Integrate Zulip with another piece of software and contribute it
|
2016-04-29 06:06:58 +02:00
|
|
|
back to the community! Writing an integration can be a great first
|
|
|
|
contribution. There's detailed documentation on how to write
|
|
|
|
integrations in [the Zulip integration writing
|
|
|
|
guide](https://zulip.readthedocs.io/en/latest/integration-guide.html).
|
|
|
|
|
|
|
|
* [Bite Size](https://github.com/zulip/zulip/labels/bite%20size):
|
|
|
|
Smaller projects that might be a great first contribution.
|
|
|
|
|
2016-10-19 02:05:56 +02:00
|
|
|
* [Documentation](https://github.com/zulip/zulip/labels/area%3A%20documentation):
|
2015-10-17 20:16:13 +02:00
|
|
|
The Zulip project loves contributions of new documentation.
|
2016-04-29 06:06:58 +02:00
|
|
|
|
2015-10-17 20:16:13 +02:00
|
|
|
* [Help Wanted](https://github.com/zulip/zulip/labels/help%20wanted):
|
|
|
|
A broader list of projects that nobody is currently working on.
|
2016-04-29 06:06:58 +02:00
|
|
|
|
2016-03-21 04:43:52 +01:00
|
|
|
* [Platform support](https://github.com/zulip/zulip/labels/Platform%20support):
|
2016-03-21 04:40:10 +01:00
|
|
|
These are open issues about making it possible to install Zulip on a
|
|
|
|
wider range of platforms.
|
2016-04-29 06:06:58 +02:00
|
|
|
|
2016-03-21 04:40:10 +01:00
|
|
|
* [Bugs](https://github.com/zulip/zulip/labels/bug): Open bugs.
|
2016-04-29 06:06:58 +02:00
|
|
|
|
2016-03-21 04:43:52 +01:00
|
|
|
* [Feature requests](https://github.com/zulip/zulip/labels/enhancement):
|
2016-03-21 04:40:10 +01:00
|
|
|
Browsing this list can be a great way to find feature ideas to
|
|
|
|
implement that other Zulip users are excited about.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2017-01-05 23:23:16 +01:00
|
|
|
* [2016 roadmap milestone](http://zulip.readthedocs.io/en/latest/roadmap.html):
|
|
|
|
The projects that are
|
|
|
|
[priorities for the Zulip project](https://zulip.readthedocs.io/en/latest/roadmap.html).
|
|
|
|
These are great projects if you're looking to make an impact.
|
2016-04-09 23:16:39 +02:00
|
|
|
|
2016-10-19 02:09:09 +02:00
|
|
|
Another way to find issues in Zulip is to take advantage of our
|
2017-06-07 22:37:10 +02:00
|
|
|
`area:<foo>` convention in separating out issues. We partition all of
|
2016-10-19 02:09:09 +02:00
|
|
|
our issues into areas like admin, compose, emoji, hotkeys, i18n,
|
2017-06-07 22:37:10 +02:00
|
|
|
onboarding, search, etc. Look through our
|
|
|
|
[list of labels](https://github.com/zulip/zulip/labels), and click on
|
|
|
|
some of the `area:` labels to see all the tickets related to your
|
|
|
|
areas of interest.
|
2016-10-19 02:09:09 +02:00
|
|
|
|
2017-02-23 06:03:19 +01:00
|
|
|
If you're excited about helping with an open issue, make sure to claim
|
|
|
|
the issue by commenting the following in the comment section:
|
|
|
|
"**@zulipbot** claim". **@zulipbot** will assign you to the issue and
|
|
|
|
label the issue as **in progress**. For more details, check out
|
|
|
|
[**@zulipbot**](https://github.com/zulip/zulipbot).
|
|
|
|
|
|
|
|
You're encouraged to ask questions on how to best implement or debug
|
|
|
|
your changes -- the Zulip maintainers are excited to answer questions
|
2017-03-22 23:04:49 +01:00
|
|
|
to help you stay unblocked and working efficiently. It's great to ask
|
2017-06-07 22:30:43 +02:00
|
|
|
questions in comments on GitHub issues and pull requests, or
|
|
|
|
[on chat.zulip.org][czo-doc]. We'll direct longer discussions to
|
|
|
|
Zulip chat, but please post a summary of what you learned from the
|
|
|
|
chat, or link to the conversation, in a comment on the GitHub issue.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
|
|
|
We also welcome suggestions of features that you feel would be
|
|
|
|
valuable or changes that you feel would make Zulip a better open
|
|
|
|
source project, and are happy to support you in adding new features or
|
|
|
|
other user experience improvements to Zulip.
|
|
|
|
|
|
|
|
If you have a new feature you'd like to add, we recommend you start by
|
|
|
|
opening a GitHub issue about the feature idea explaining the problem
|
|
|
|
that you're hoping to solve and that you're excited to work on it. A
|
|
|
|
Zulip maintainer will usually reply within a day with feedback on the
|
|
|
|
idea, notes on any important issues or concerns, and and often tips on
|
|
|
|
how to implement or test it. Please feel free to ping the thread if
|
|
|
|
you don't hear a response from the maintainers -- we try to be very
|
|
|
|
responsive so this usually means we missed your message.
|
|
|
|
|
|
|
|
For significant changes to the visual design, user experience, data
|
|
|
|
model, or architecture, we highly recommend posting a mockup,
|
2017-06-07 22:30:43 +02:00
|
|
|
screenshot, or description of what you have in mind to the
|
|
|
|
[#design](https://chat.zulip.org/#narrow/stream/design) stream on
|
|
|
|
[chat.zulip.org][czo-doc] to get broad feedback before you spend too
|
|
|
|
much time on implementation details.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
|
|
|
Finally, before implementing a larger feature, we highly recommend
|
2017-06-07 22:37:10 +02:00
|
|
|
looking at the
|
|
|
|
[new feature tutorial](http://zulip.readthedocs.io/en/latest/new-feature-tutorial.html)
|
|
|
|
and [coding style guidelines](http://zulip.readthedocs.io/en/latest/code-style.html)
|
|
|
|
on ReadTheDocs.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
|
|
|
Feedback on how to make this development process more efficient, fun,
|
2016-04-29 06:06:58 +02:00
|
|
|
and friendly to new contributors is very welcome! Just send an email
|
2017-06-07 22:30:43 +02:00
|
|
|
to the [zulip-devel](#community) list with your thoughts.
|
2015-09-26 23:02:28 +02:00
|
|
|
|
2017-02-24 11:13:51 +01:00
|
|
|
When you feel like you have completed your work on an issue, post your
|
2017-02-27 06:22:13 +01:00
|
|
|
PR to the
|
2017-03-08 20:44:33 +01:00
|
|
|
[#code review](https://chat.zulip.org/#narrow/stream/code.20review)
|
2017-06-07 22:30:43 +02:00
|
|
|
stream on [chat.zulip.org][czo-doc]. This is our lightweight process
|
|
|
|
that gives other developers the opportunity to give you comments and
|
|
|
|
suggestions on your work.
|
2017-02-24 11:13:51 +01:00
|
|
|
|
2016-05-15 19:50:55 +02:00
|
|
|
## License
|
2015-09-25 05:53:43 +02:00
|
|
|
|
2017-05-17 04:03:36 +02:00
|
|
|
Copyright 2011-2017 Dropbox, Inc., Kandra Labs, Inc., and contributors
|
2015-09-25 05:53:43 +02:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
|
|
|
|
The software includes some works released by third parties under other
|
|
|
|
free and open source licenses. Those works are redistributed under the
|
|
|
|
license terms under which the works were received. For more details,
|
2016-08-26 05:02:42 +02:00
|
|
|
see the ``docs/THIRDPARTY`` file included with this distribution.
|
2017-06-07 22:30:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
[czo-doc]: https://zulip.readthedocs.io/en/latest/chat-zulip-org.html
|