diff options
author | Wei-Ning Huang <w@dexon.org> | 2018-12-05 11:06:36 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:27:19 +0800 |
commit | 5a75b7ea1e3bd34e2f2de91131d759a41e16cafc (patch) | |
tree | f07dc2ae0c5c3bbb27efd5816921542fa5059cc3 /README.md | |
parent | 89ce5957b503775f36de8b9d76c740d1c8254583 (diff) | |
download | go-tangerine-5a75b7ea1e3bd34e2f2de91131d759a41e16cafc.tar.gz go-tangerine-5a75b7ea1e3bd34e2f2de91131d759a41e16cafc.tar.zst go-tangerine-5a75b7ea1e3bd34e2f2de91131d759a41e16cafc.zip |
README.md: add gitter.im badges (#77)
* README.md: add gitter.im badges
* Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,8 @@ DEXON implementation is based-on the go-ethereum project. The consensus layer is https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667 )](https://godoc.org/github.com/dexon-foundation/dexon) [![Go Report Card](https://goreportcard.com/badge/github.com/dexon-foundation/dexon)](https://goreportcard.com/report/github.com/dexon-foundation/dexon) -[![Travis](https://travis-ci.com/dexon-foundation/dexon.svg?branch=master)](https://travis-ci.com/dexon-foundation/dexon) +[![Travis](https://travis-ci.com/dexon-foundation/dexon.svg?branch=dev)](https://travis-ci.com/dexon-foundation/dexon) +[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/dexon-foundation/Lobby) <!-- Automated builds are available for stable releases and the unstable master branch. @@ -263,7 +264,7 @@ anyone on the internet, and are grateful for even the smallest of fixes! If you'd like to contribute to dexon, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more -complex changes though, please check up with the core devs first <!-- on [our gitter channel](https://gitter.im/ethereum/dexon) --> +complex changes though, please check up with the core devs first on [our gitter channel](https://gitter.im/dexon-foundation/Lobby) to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple. |