From 3418ec8055ef19f270baa25ac19970f9343a33c2 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 19 Mar 2024 13:05:26 +0100 Subject: [PATCH] dev-community: Document chat.zulip.org linkifier for flutter project. --- templates/corporate/development-community.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/corporate/development-community.md b/templates/corporate/development-community.md index 2d7883d18b..5bc4d2d091 100644 --- a/templates/corporate/development-community.md +++ b/templates/corporate/development-community.md @@ -243,9 +243,10 @@ 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` +- [Flutter mobile client][flutter-repository]: `#F1234` - [Terminal client][terminal-repository]: `#T1234` - [Desktop client][desktop-repository]: `#D1234` +- [React Native mobile client][mobile-repository]: `#M1234` ## New features are tested here @@ -258,6 +259,7 @@ feature. [release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html [server-web-repository]: https://github.com/zulip/zulip +[flutter-repository]: https://github.com/zulip/zulip-flutter [mobile-repository]: https://github.com/zulip/zulip-mobile [terminal-repository]: https://github.com/zulip/zulip-terminal [desktop-repository]: https://github.com/zulip/zulip-desktop