doc(readme): add note about contributing and chat links

This commit is contained in:
Sean McArthur
2018-07-04 13:26:58 -07:00
parent e06dc52ef6
commit a2a6e36cca

View File

@@ -25,3 +25,18 @@ hyper makes use of "async IO" (non-blocking sockets) via the
Be aware that hyper is still actively evolving towards 1.0, and is likely Be aware that hyper is still actively evolving towards 1.0, and is likely
to experience breaking changes before stabilising. You can also see the to experience breaking changes before stabilising. You can also see the
[issues in the upcoming milestones](https://github.com/hyperium/hyper/milestones). [issues in the upcoming milestones](https://github.com/hyperium/hyper/milestones).
## Contributing
To get involved, take a look at [CONTRIBUTING](CONTRIBUTING.md).
There are two main avenues for real-time chatting about hyper: a [Gitter room][gitter]
and [irc.mozilla.org/hyper][irc]. They are mirrored, so choose whichever format you
prefer.
[gitter]: https://gitter.im/hyperium/hyper
[irc]: https://kiwiirc.com/nextclient/irc.mozilla.org/#hyper
## License
hyper is provided under the MIT license. See [LICENSE](LICENSE).