From fc7cf644147c87a46f02aa80380c3de999a6bf3e Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 24 Jul 2012 14:15:07 -0400 Subject: [PATCH] Add Community section to README Links to the mailing list, issues page, and wiki are included, plus information relative to the IRC channel. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2bc7831..a97295a 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,19 @@ options and enable **automatic** transformation. If Tidier suggests a transforma apply the changes **manually** to the source code. Do not use the code from the tarball (*out.tgz*) as it will have white-space changes applied by Erlang's pretty-printer. + +Community and Resources +----------------------- + +In case of problems that cannot be solved through documentation or examples, you may want to try to contact members of the community for help. The community is also where you want to go for questions about how to extend rebar, fill in bug reports, and so on. + +The main place to go for questions is the [rebar mailing list](http://lists.basho.com/pipermail/rebar_lists.basho.com/). If you need quick feedback, you can try the #rebar channel on [irc.freenode.net](http://freenode.net). Be sure to check the [wiki](https://github.com/basho/rebar/wiki) first, just to be sure you're not asking about things with well known answers. + +For bug reports, roadmaps, and issues, visit the [github issues page](https://github.com/basho/rebar/issues). + +General rebar community resources and links: + +- [Rebar Mailing List](http://lists.basho.com/pipermail/rebar_lists.basho.com/) +- #rebar on [irc.freenode.net](http://freenode.net/) +- [wiki](https://github.com/basho/rebar/wiki) +- [issues](https://github.com/basho/rebar/issues)