From be5954270c83a207ed4a402abb16a3262b4cd1bb Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 7 Mar 2023 13:38:52 +0100 Subject: [PATCH] landing-page: Add section on chat.zulip custom linkifiers. Adds a section in the development community norms about using the custom linkifiers in chat.zulip for the different Zulip project repositories on GitHub. --- templates/corporate/development-community.md | 22 ++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/templates/corporate/development-community.md b/templates/corporate/development-community.md index 0f364011ce..f0f18c486f 100644 --- a/templates/corporate/development-community.md +++ b/templates/corporate/development-community.md @@ -226,12 +226,30 @@ This will search the full history of all public streams for ``, including messages sent before you joined and messages on public streams you’re not subscribed to. +## Linking to GitHub issues and pull requests + +We've set up [custom linkifiers](/help/add-a-custom-linkifier) +so that it's easy to link to issues and pull requests in Zulip +project repositories when composing a message or [starting a new +topic](/help/starting-a-new-topic). Here are examples for linking +to issue 1234 in the main Zulip project repositories: + +- [Server and web app][server-web-repository]: `#1234` +- [Mobile client][mobile-repository]: `#M1234` +- [Terminal client][terminal-repository]: `#T1234` +- [Desktop client][desktop-repository]: `#D1234` + ## New features are tested here We [continuously test out new features or ideas][release-lifecycle] on chat.zulip.org before rolling them out to Zulip Cloud or including them in a Zulip Server release (or deciding not to!). Please report in -[#issues](https://chat.zulip.org/#narrow/stream/9-issues) anything you notice that seems broken! It’s likely you’ve -found a bug in an upcoming feature. +[#issues](https://chat.zulip.org/#narrow/stream/9-issues) anything you +notice that seems broken! It’s likely you’ve found a bug in an upcoming +feature. [release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html +[server-web-repository]: https://github.com/zulip/zulip +[mobile-repository]: https://github.com/zulip/zulip-mobile +[terminal-repository]: https://github.com/zulip/zulip-terminal +[desktop-repository]: https://github.com/zulip/zulip-desktop