From 038c1ea20f82ad371dad8875630925fdc80226d8 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Tue, 10 May 2016 21:58:31 -0400 Subject: [PATCH] Add integration project links to README. The README should link to all Zulip-specific open source projects so users know where to file bugs and code contributors can pitch in. Fixes: #674. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f8d6d707f..e5fc74509a 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,10 @@ relevant list! Please report any security issues you discover to zulip-security@googlegroups.com. * **App codebases**. This repository is for the Zulip server and web -app; the [desktop][], [Android][], and [iOS][] apps are separate -repositories. +app (including most integrations); the [desktop][], [Android][], and +[iOS][] apps, the [Hubot adapter][hubot-adapter], and many integrations +([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][], and +[Trello][]) are separate repositories. * **Translations**. Zulip is in the process of being translated into 10+ languages, and we love contributions to our translations. See our @@ -82,6 +84,12 @@ contributing! [ios]: https://github.com/zulip/zulip-ios [email-android]: https://groups.google.com/forum/#!forum/zulip-android [email-ios]: https://groups.google.com/forum/#!forum/zulip-ios +[hubot-adapter]: https://github.com/zulip/hubot-zulip +[jenkins]: https://github.com/zulip/zulip-jenkins-plugin +[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 [transifex]: https://www.transifex.com/zulip/zulip/ How to get involved with contributing to Zulip