From ffb5a4f9f828a2634a1ad70b10a4bf3a2ea6391d Mon Sep 17 00:00:00 2001
From: Joseph Noir <joseph.noir@gmail.com>
Date: Mon, 16 Apr 2018 15:09:18 +0200
Subject: [PATCH] readme: add badge to join IRC easily

---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d46238fa79..105c99f065 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-[![Nightly CI status master](https://ci.riot-os.org/RIOT-OS/RIOT/master/latest/badge.svg)](https://ci.riot-os.org/RIOT-OS/RIOT/master/latest/output.html)
+[![Nightly CI status master][master-ci-badge]][master-ci-link]
+[![IRC][irc-badge]][irc-link]
 
                           ZZZZZZ
                         ZZZZZZZZZZZZ
@@ -29,7 +30,7 @@
 The friendly Operating System for IoT!
 
 RIOT is a real-time multi-threading operating system that supports a range of
-devices that are typically found in the Internet of Things (IoT): 
+devices that are typically found in the Internet of Things (IoT):
 8-bit, 16-bit and 32-bit microcontrollers.
 
 RIOT is based on the following design principles: energy-efficiency, real-time
@@ -112,3 +113,9 @@ All code files contain licensing information.
 For more information, see the RIOT website:
 
 http://www.riot-os.org
+
+
+[master-ci-badge]: https://ci.riot-os.org/RIOT-OS/RIOT/master/latest/badge.svg
+[master-ci-link]: https://ci.riot-os.org/RIOT-OS/RIOT/master/latest/output.html
+[irc-badge]: https://img.shields.io/badge/IRC-join%20chat%20%E2%86%92-blue.svg
+[irc-link]: http://webchat.freenode.net?channels=%23riot-os
-- 
GitLab