mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
Add Community section to README
Links to the mailing list, issues page, and wiki are included, plus information relative to the IRC channel.
This commit is contained in:
parent
d496be2871
commit
fc7cf64414
1 changed files with 16 additions and 0 deletions
16
README.md
16
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)
|
||||
|
|
Loading…
Reference in a new issue