diff options
author | Andre Arko <andre@arko.net> | 2010-08-24 15:34:03 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-08-24 15:34:03 -0700 |
commit | d792117dbe10bc395ab569f510bb633553232161 (patch) | |
tree | ee8b5e27efdbd7c83b26dcad63eb7bf883cd3ff8 /ISSUES.md | |
parent | 57157760f71141bc2ca4dfa61512dc0e88033f4d (diff) | |
download | bundler-d792117dbe10bc395ab569f510bb633553232161.tar.gz |
Add links to helpful documentation in ISSUES
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,14 +2,16 @@ ## Troubleshooting -Before reporting a bug, try these troubleshooting steps: +Instructions for common Bundler use-cases can be found on the [Bundler documentation site](http://gembundler.com/v1.0/). Detailed information about each Bundler command, including help with common problems, can be found in the [Bundler man pages](http://gembundler.com/man/bundle.1.html). + +After reading the documentation, try these troubleshooting steps: rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock bundle install -## Reporting bugs +## Reporting unresolved problems -If you are still having problems, please report bugs to the [Bundler issue tracker](http://github.com/carlhuda/bundler/issues/). +If you are still having problems, please report issues to the [Bundler issue tracker](http://github.com/carlhuda/bundler/issues/). Instructions that allow the Bundler team to reproduce your issue are vitally important. When you report a bug, please create a gist of the following information and include a link in your ticket: |