From 9b7a9d7a417d48e6097c6576646a10ff66b39c51 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 18 Dec 2018 15:36:00 -0500 Subject: [PATCH] Add links to Gitter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ba75db4..121ca49e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OpenPGP.js [![Build Status](https://travis-ci.org/openpgpjs/openpgpjs.svg?branch=master)](https://travis-ci.org/openpgpjs/openpgpjs) +OpenPGP.js [![Build Status](https://travis-ci.org/openpgpjs/openpgpjs.svg?branch=master)](https://travis-ci.org/openpgpjs/openpgpjs) [![Join the chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openpgpjs/openpgpjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ========== [OpenPGP.js](https://openpgpjs.org/) is a JavaScript implementation of the OpenPGP protocol. This is defined in [RFC 4880](https://tools.ietf.org/html/rfc4880). @@ -587,7 +587,7 @@ For debugging browser errors, you can open `test/unittests.html` in a browser or ### How do I get involved? -You want to help, great! Go ahead and fork our repo, make your changes and send us a pull request. +You want to help, great! It's probably best to send us a message on [Gitter](https://gitter.im/openpgpjs/openpgpjs) before you start your undertaking, to make sure nobody else is working on it, and so we can discuss the best course of action. Other than that, just go ahead and fork our repo, make your changes and send us a pull request! :) ### License