Created
March 28, 2013 09:40
-
-
Save rys/5261986 to your computer and use it in GitHub Desktop.
Update to CONTRIBUTING to let people know how best to interact with us on IRC or via the google group.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md | |
index 58c7410..8af29e9 100644 | |
--- a/CONTRIBUTING.md | |
+++ b/CONTRIBUTING.md | |
@@ -13,6 +13,10 @@ RVM: https://github.com/wayneeseguin/rvm/issues/new | |
If you wish to file a bug, the only thing we ask is that you provide a [gist](https://gist.github.com) of the command you used and if you are on stable, make sure that the case is the same on head too, this way you and us know whether the issue has been addressed, and always note that if there is a lot of `debug` or `trace` output you can redirect it to a file with the `>` character like so `rvm [command] > output.txt`. Further information on how to file can be seen below. Also, please always make sure to split up each command into it's own fenced codeblock, this means that each command and it's output should be in it's own code block. | |
+## IRC and Mailing List | |
+ | |
+If you're joining the #rvm channel on [Freenode](http://freenode.net/) to get help with a problem, please let us know what's wrong and stick around. Someone will always respond in time. If you can't stick around, please file a bug on github or email us via the [google group](https://groups.google.com/forum/?fromgroups#!forum/rubyversionmanager). | |
+ | |
## Filing for Ruby installation errors | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment