summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-10 10:34:17 -0800
committerAndre Arko <andre@arko.net>2010-03-10 10:34:17 -0800
commit8314978ca0ae0274ae465a9b761943c063ab9c72 (patch)
tree45fabb49a1afc3d8221ad9cc9f506a7013177919
parent233cd90b49ba1532e094fdcc777bf9033824158e (diff)
downloadbundler-8314978ca0ae0274ae465a9b761943c063ab9c72.tar.gz
Add troubleshooting suggestions to the readme
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index a654bcdba9..940b095450 100644
--- a/README.md
+++ b/README.md
@@ -286,7 +286,12 @@ Any remaining questions may be asked via IRC in [#carlhuda](irc://irc.freenode.n
## Reporting bugs
-Please report all bugs on the github issue tracker for the project, located at [http://github.com/carlhuda/bundler/issues/](http://github.com/carlhuda/bundler/issues/).
+Before reporting a bug, try these troubleshooting steps:
+
+ rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock
+ bundle install
+
+If you are still having problems, please report bugs to the github issue tracker for the project, located at [http://github.com/carlhuda/bundler/issues/](http://github.com/carlhuda/bundler/issues/).
The best possible scenario is a ticket with a fix for the bug and a test for the fix. If that's not possible, instructions to reproduce the issue are vitally important. If you're not sure exactly how to reproduce the issue that you are seeing, create a gist of the following information and include it in your ticket: