summaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorXavier Shay <hello@xaviershay.com>2013-08-21 08:27:59 -0700
committerXavier Shay <hello@xaviershay.com>2013-08-21 08:27:59 -0700
commit7e5d1c98aabfcef399b55e980859cf0e32713737 (patch)
tree3b831eab526c690ff40b549de779611473096b20 /ISSUES.md
parentc582c988a3b8ca93eb98409eded648871a9e210a (diff)
downloadbundler-7e5d1c98aabfcef399b55e980859cf0e32713737.tar.gz
Add example repro scripts to issue reporting documentation.
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 7db3608b44..662726d365 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -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