diff options
author | Xavier Shay <hello@xaviershay.com> | 2013-08-21 08:27:59 -0700 |
---|---|---|
committer | Xavier Shay <hello@xaviershay.com> | 2013-08-21 08:27:59 -0700 |
commit | 7e5d1c98aabfcef399b55e980859cf0e32713737 (patch) | |
tree | 3b831eab526c690ff40b549de779611473096b20 /ISSUES.md | |
parent | c582c988a3b8ca93eb98409eded648871a9e210a (diff) | |
download | bundler-7e5d1c98aabfcef399b55e980859cf0e32713737.tar.gz |
Add example repro scripts to issue reporting documentation.
Diffstat (limited to 'ISSUES.md')
-rw-r--r-- | ISSUES.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -52,7 +52,16 @@ If the instructions don't work, or you can't find any instructions, you can try ## Reporting unresolved problems -Hopefully the troubleshooting steps above resolved your problem. If things still aren't working the way you expect them to, please let us know so that we can diagnose and hopefully fix the problem you're having. When you report a problem, please include the following information: +Hopefully the troubleshooting steps above resolved your problem. If things still aren't working the way you expect them to, please let us know so that we can diagnose and hopefully fix the problem you're having. + +**The best way to report a bug is by providing a reproduction script.** See these examples: + +* [Git environment variables causing install to fail.](https://gist.github.com/xaviershay/6207550) +* [Multiple gems in a repository cannot be updated independently.](https://gist.github.com/xaviershay/6295889) + +A half working script with comments for the parts you were unable to automate is still appreciated. + +If you are unable to do that, please include the following information in your report: - What you're trying to accomplish - The command you ran |