Permalink
Browse files

Include community website links in CONTRIBUTING.

  • Loading branch information...
1 parent 9960c3b commit 90a4f6460ab4f4ae0736fba11547f53f532d0c0e Braydon Fuller committed Aug 17, 2015
Showing with 10 additions and 3 deletions.
  1. +10 −3 CONTRIBUTING.md
View
@@ -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

0 comments on commit 90a4f64

Please sign in to comment.