summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2012-07-24 14:15:07 -0400
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-24 20:37:45 +0200
commitfc7cf644147c87a46f02aa80380c3de999a6bf3e (patch)
tree82b9b380b4278e1c7f1af3a9a9cb4c4f376c4550
parentd496be287131fb3d31fcab0855e2f1f4769dd3ae (diff)
Add Community section to README
Links to the mailing list, issues page, and wiki are included, plus information relative to the IRC channel.
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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)