From 90a4f6460ab4f4ae0736fba11547f53f532d0c0e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 17 Aug 2015 14:32:52 -0400 Subject: [PATCH] Include community website links in CONTRIBUTING. --- CONTRIBUTING.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 195a3eea4..5bdadfedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,13 +3,20 @@ Contributing to Bitcore We're working hard to make *bitcore* the most powerful JavaScript library for working with bitcoin. Our goal is to have *bitcore* be a library that can be used by anyone interested in bitcoin, and to level expertise differences with great design and documentation. +## Community + +If there are any questions, etc., please feel to ask in one of the community channels: + +- https://labs.bitpay.com/c/bitcore (Support Forum) +- https://gitter.im/bitpay/bitcore (Development Chat) + ## Quick Checklist -Make sure: +Ideally, please make sure to run: +* `gulp test` passes all the tests (We run tests against Node.js v0.10, v0.12, io.js, and modern browsers) +* `gulp coverage` covers 100% of the branches of your code (See `coverage/lcov-report/index.html` for details) * `gulp lint` doesn't complain about your changes -* `gulp test` passes all the tests -* `gulp coverage` covers 100% of the branches of your code ## Design Guidelines