Skip to content
Snippets Groups Projects
Commit c32283e5 authored by Jonathan Chang's avatar Jonathan Chang
Browse files

diagnostic: use universal pull request message

parent 2ff07a60
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,16 @@ module Homebrew
]).freeze
end
def please_create_pull_requests(what = "unsupported configuration")
<<~EOS
You may encounter build failures and other breakages.
Please create pull requests instead of asking for help on
Homebrew's GitHub, Discourse, Twitter or IRC. You are
responsible for resolving any issues you experience, as
you are running this #{what}.
EOS
end
def check_for_installed_developer_tools
return if DevelopmentTools.installed?
......
......@@ -60,10 +60,7 @@ module Homebrew
<<~EOS
You are using macOS #{MacOS.version}.
#{who} do not provide support for this #{what}.
You will encounter build failures and other breakages.
Please create pull requests instead of asking for help on Homebrew's
GitHub, Discourse, Twitter or IRC. As you are running this #{what},
you are responsible for resolving any issues you experience.
#{please_create_pull_requests(what)}
EOS
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment