From 8f050dc9cb0979eddc6767f4c3f190d46c80a426 Mon Sep 17 00:00:00 2001
From: Will Hunt <half-shot@molrams.com>
Date: Sun, 19 Feb 2017 15:51:03 +0000
Subject: [PATCH] Fancy up the README

---
 README.md | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0b1fc4b..5676b5f 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,22 @@
-# matrix-appservice-discord
+# Matrix Discord Bridge
 
 A bridge between [Matrix](http://matrix.org/) and [Discord](https://discordapp.com/).
 Currently the bridge is alpha quality, but is usable.
 
 ![Screenshot of Riot and Discord working together](screenshot.png)
 
+## Helping out
+
+[![Build Status](https://travis-ci.org/Half-Shot/matrix-appservice-discord.svg?branch=master)](https://travis-ci.org/Half-Shot/matrix-appservice-discord)
+
+### PRs
+PRs are graciously accepted, so please come talk to us in [#discord-bridge:matrix.org](https://matrix.to/#/#discord-bridge:matrix.org)
+about any neat ideas you might have. If you are going to make a change, please merge it with the `develop` branch :).
+
+### Issues
+You can also file bug reports/ feature requests on Github Issues which also helps a ton. Please remember to include logs.
+Please also be aware that this is an unoffical project worked on in my (Half-Shot) spare time.
+
 ## Setting up
 
 (These instructions were tested against Node.js v6.9.5 and the Synapse homeserver)
@@ -27,6 +39,7 @@ Currently the bridge is alpha quality, but is usable.
   * Where the guild name has the spaces replaced with ``-``.  
 
 ## Features and Roadmap
+In a vague order of what is coming up next
 
  - [x] Group messages
  - [ ] Direct messages
@@ -45,11 +58,18 @@ Currently the bridge is alpha quality, but is usable.
    - [x] Typing notifs
    - [x] User Profiles
    - [x] Presence (Synapse currently squashes presence, waiting on future spec)
- - [ ] Webhooks (allows for prettier messages to discord)
+ - [ ] Puppet a user's real Discord account.
  - [ ] Rooms react to Discord updates
+ - [ ] Integrate Discord into existing rooms.
  - [ ] Manage channel from Matrix
+  - [ ] Authorise admin rights from Discord to Matrix users
+  - [ ] Topic
+  - [ ] Room Name (possibly)
+ - [ ] Provisioning API
+ - [ ] Webhooks (allows for prettier messages to discord)
  - [ ] VOIP (**Hard** | Unlikely to be finished anytime soon)
 
+
 ## Contact
 
 My Matrix ID: [@Half-Shot:half-shot.uk](https://matrix.to/#/@Half-Shot:half-shot.uk)
-- 
GitLab