Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/platforms/zulip.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Zulip

[Rust's Zulip](https://rust-lang.zulipchat.com) is used by a number of teams, notably
the compiler, language, and library teams, along with their working groups.
[Rust's Zulip](https://rust-lang.zulipchat.com) is the primary communication channel of the Rust Project.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little uncertain about the phrasing here. I think it depends on the perspective, but I wouldn't consider Zulip to be the primary communication channel. There are a few different considerations:

  • One could say our primary communication channel to those outside of the project is the blog.
  • I would suspect that there is actually more activity on GitHub, and our primary communication channel for tracking issues, active work, etc.

Maybe this means something closer to "the primary chat platform for Rust Project members to discuss project topics" or something along those lines?

It is used by most teams, notably the compiler, language, and library teams, along with their working groups.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would almost recommend removing this sentence about who uses it, since there are far more groups and teams using it. Maybe if the previous sentence is adjusted, it would convey the same meaning as "rust project team members use this tool".


Zulip can be an unintuitive platform to get started with. To get started, take a
look at the [getting started
guide](https://zulipchat.com/help/getting-started-with-zulip). For more detail,
examine the [Zulip user documentation](https://zulipchat.com/help/)!

We require all Rust Project members to have a Zulip account, so that we have a way of contacting all Project members[^zulip-fcp].

[^zulip-fcp]: See [this FCP](https://github.com/rust-lang/leadership-council/issues/228#issuecomment-3444066655) for more details.

## Where to go for help with using Zulip

If you're testing a feature, or want to get help, the `#zulip` stream is the
Expand Down