CONTRIBUTING, README: add IRC channel information

This commit is contained in:
Matt Layher 2016-10-04 12:31:26 -04:00
parent f9fab20f58
commit 19eff0f260
No known key found for this signature in database
GPG Key ID: FA4783D473CDC0BF
2 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,6 @@ under the "Contributors" section using the format:
`First Last <email@example.com>`.
Finally, submit a pull request for review!
Questions? Feel free to join us in [`#go-qemu` on freenode](https://webchat.freenode.net/)
if you'd like to discuss the project.

View File

@ -12,6 +12,9 @@ This should be considered a work in progress. Most functionaly provided by the C
bindings have not yet made their way into this library. [Pull requests are welcome](https://github.com/digitalocean/go-libvirt/blob/master/CONTRIBUTING.md)!
The definition of the RPC protocol is in the libvirt source tree under [src/rpc/virnetprotocol.x](https://github.com/libvirt/libvirt/blob/master/src/rpc/virnetprotocol.x).
Feel free to join us in [`#go-qemu` on freenode](https://webchat.freenode.net/)
if you'd like to discuss the project.
Warning
-------