Merge pull request #4450 from MikeMcQuaid/no-really-no-beta-support

diagnostic: be clearer about what we support.
This commit is contained in:
Mike McQuaid 2018-07-11 14:48:37 +01:00 committed by GitHub
commit 2e9d843bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,10 @@ module Homebrew
<<~EOS <<~EOS
You are using macOS #{MacOS.version}. You are using macOS #{MacOS.version}.
#{who} do not provide support for this #{what}. #{who} do not provide support for this #{what}.
You may encounter build failures or other breakages. You will encounter build failures and other breakages.
Please create pull-requests instead of filing issues. 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.
EOS EOS
end end