diff options
author | Andre Arko <andre@arko.net> | 2010-08-11 12:32:28 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-08-11 12:32:28 -0700 |
commit | 3e63a35750521eb392a7af746988bf7b2f15d306 (patch) | |
tree | 2383d7ba33892771f1b3d20964e9bdc048a6317b /ISSUES.md | |
parent | 478ded448b80a039d57cd56a45caac0f4005dfca (diff) | |
download | bundler-3e63a35750521eb392a7af746988bf7b2f15d306.tar.gz |
Clean up README, factor out ISSUES
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md new file mode 100644 index 0000000000..b68ca81264 --- /dev/null +++ b/ISSUES.md @@ -0,0 +1,30 @@ +# Bundler Issues + +## Troubleshooting + +Before reporting a bug, try these troubleshooting steps: + + rm -rf ~/.bundle/ ~/.gem/ .bundle/ Gemfile.lock + bundle install + +## Reporting bugs + +If you are still having problems, please report bugs 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: + + - What version of bundler you are using + - What version of Ruby you are using + - Whether you are using RVM, and if so what version + - Your Gemfile + - Your Gemfile.lock + - If you are on 0.9, whether you have locked or not + - If you are on 1.0, the result of `bundle config` + - The command you ran to generate exception(s) + - The exception backtrace(s) + +If you are using Rails 2.3, please also include: + + - Your boot.rb file + - Your preinitializer.rb file + - Your environment.rb file |