Include community website links in CONTRIBUTING.

This commit is contained in:
Braydon Fuller 2015-08-17 14:32:52 -04:00
parent 9960c3b31f
commit 90a4f6460a
1 changed files with 10 additions and 3 deletions

View File

@ -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