[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.

https://github.com/rubygems/rubygems/commit/0a3bf2edb1
This commit is contained in:
David Rodríguez 2025-04-01 19:35:11 +02:00 committed by Hiroshi SHIBATA
parent 6b5e187d0e
commit f8c0225971

View File

@ -80,7 +80,7 @@ module Bundler
First, try this link to see if there are any existing issue reports for this error:
#{issues_url(e)}
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.
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.
EOS
end