From 1a66265a5bcb0e92bda64faf55db4d24b0fd3df1 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Sat, 19 Jul 2014 13:39:17 -0600 Subject: [PATCH] Add communication channels in a CONTRIBUTING.md. --- CONTRIBUTING.md | 9 +++++++++ README.md | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..9fb4d048 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,9 @@ +# How to contribute + +Contributors communicate through various channels: + +- GitHub: [miguelfreitas/twister-core](https://github.com/miguelfreitas/twister-core/issues/) +- Google Groups: [`twister-users`](http://groups.google.com/d/forum/twister-users) +- IRC: [`#twister`](https://kiwiirc.com/client/chat.freenode.net/#twister) +- Wiki: http://wiki.twister.net.co +- Twitter: [@TwisterPtoP](https://twitter.com/TwisterPtoP) diff --git a/README.md b/README.md index 52d100d7..d6c7d782 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,7 @@ But be careful, it is in beta stage. cd ~/.twister/ git clone https://github.com/iHedgehog/twister-calm.git ./html + +## Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md)