From 9d84eb2d861fa5ec745555bf241fe18975cd3df4 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 12 Sep 2019 11:52:54 +0100 Subject: [PATCH] Add development section to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5c683075..5bce46f8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,16 @@ A Matrix <--> Slack bridge This bridge allows you to connect Slack channels to Matrix rooms. +Development +----------- + + +[![Docker Automated build](https://img.shields.io/docker/builds/matrixdotorg/matrix-appservice-slack.svg)](https://hub.docker.com/r/matrixdotorg/matrix-appservice-slack) +[![#slack:half-shot.uk](https://img.shields.io/matrix/slack:half-shot.uk.svg?server_fqdn=matrix.half-shot.uk&label=%23slack:half-shot.uk&logo=matrix)](https://matrix.to/#/#slack:half-shot.uk) + +If you want to help out, please give our helpful [Development Guide](./docs/development_guide.md) +a read. It covers all you need to know to get hacking on the bridge. + Installation ------------