From fd0a81399b91afcca791847af87e2567dfdf374e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 14 Jun 2016 21:23:56 +0100 Subject: [PATCH] diagnostic: prod unsupported OS users to file PRs. (#365) They may not but it's nice to be a bit more explicit. --- Library/Homebrew/extend/os/mac/diagnostic.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index c19aca2ba4..31830e4afd 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -18,6 +18,7 @@ module Homebrew You are using OS X #{MacOS.version}. #{who} do not provide support for this #{what}. You may encounter build failures or other breakages. + Please create pull-requests instead of filing issues. EOS end