Skip to content

Commit f8c0225

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Improve bug report instructions
* Explicitly recommend copying full command output and not just the bug report template part. * Include quadruple quotes in the "What actually happened section" and tell users to copy full command output inside. Hopefully quadruple quotes will make the error report information (which includes triple quotes itself) render fine by default. * Avoid "actually" as per quality_spec.rb recommendation. ruby/rubygems@0a3bf2edb1
1 parent 6b5e187 commit f8c0225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/friendly_errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def request_issue_report_for(e)
8080
First, try this link to see if there are any existing issue reports for this error:
8181
#{issues_url(e)}
8282
83-
If there aren't any reports for this error yet, please fill in the new issue form located at #{new_issue_url}, and copy and paste the report template above in there.
83+
If there aren't any reports for this error yet, please fill in the new issue form located at #{new_issue_url}. Make sure to copy and paste the full output of this command under the "What happened instead?" section.
8484
EOS
8585
end
8686

0 commit comments

Comments
 (0)