From 459e0f3ac5dfb30a47c3c26e53a41455553e0753 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Aug 2017 11:45:44 +0100 Subject: [PATCH] ISSUE_TEMPLATE: firm up language Try to be even clearer that we need you to read this. --- .github/ISSUE_TEMPLATE.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 615061ae15..8713433c83 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,18 @@ +**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.** + # Please always follow these steps: -- [ ] Confirmed this is a problem with `brew install`ing one, specific formula (not cask) and not every time you run `brew`? If it's a general `brew` problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new +- [ ] Confirmed this is a problem with `brew install`ing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you run `brew`? If it's a general `brew` problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap. - [ ] Ran `brew update` and retried your prior step? - [ ] Ran `brew doctor`, fixed all issues and retried your prior step? - [ ] Ran `brew gist-logs ` (where `` is the name of the formula that failed) and included the output link? - [ ] If `brew gist-logs` didn't work: ran `brew config` and `brew doctor` and included their output with your issue? -**Please note we will close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.** - To help us debug your issue please explain: - What you were trying to do (and why) - What happened (include command output) - What you expected to happen - Step-by-step reproduction instructions (by running `brew install` commands) -# New Formulae -To get a new formula into Homebrew please file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md). +# Formula additions or changes +To get formulae added or changed in Homebrew please file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md) +We will close issues requesting formulae changes.