Skip to content

Commit b03e832

Browse files
committed
Chat on gitter!
fixes #13
1 parent f8f623d commit b03e832

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ script:
1919

2020
after_success:
2121
- bash <(curl -s https://codecov.io/bash)
22+
23+
notifications:
24+
webhooks:
25+
urls:
26+
- https://webhooks.gitter.im/e/511da3cf50cdf951116d
27+
on_success: change
28+
on_failure: always

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Is a CS:GO demo parser written in Go based on [Valve's demoinfogo](https://githu
77
[![codecov](https://codecov.io/gh/markus-wa/demoinfocs-golang/branch/master/graph/badge.svg)](https://codecov.io/gh/markus-wa/demoinfocs-golang)
88
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE.md)
99

10+
## Discussions / Chat
11+
12+
Use gitter to ask questions and discuss ideas about this project.<br>
13+
There are also [some other rooms](https://gitter.im/csgodemos) available around the topic of CS:GO demos.
14+
15+
[![Gitter chat](https://badges.gitter.im/csgodemos/demoinfo-lib.png)](https://gitter.im/csgodemos/demoinfo-lib)
16+
1017
## Go Get
1118

1219
go get github.com/markus-wa/demoinfocs-golang

0 commit comments

Comments
 (0)