From 275aa1d19d20e8473a6327de1f3eb8ff93c030bf Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 16 Jun 2017 16:31:44 +0100 Subject: [PATCH] ISSUE_TEMPLATE: more tweaks. - add a missing `not` - note if formulae don't work after `brew install` we don't want those issues here either - harden closing issue without comment disclaimer --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6816a3ae30..f4e56604e5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,10 +1,10 @@ # Please always follow these steps: -- [ ] Confirmed this is a problem with running a `brew` command and just `brew install`ing one or more formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/new +- [ ] Confirmed this is a problem with running a `brew` command and not `brew install`ing or the post-install behaviour of one or more formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/new - [ ] Ran `brew update` and retried your prior step? - [ ] Ran `brew doctor`, fixed all issues and retried your prior step? - [ ] Ran `brew config` and `brew doctor` and included their output with your issue? -**Please note we may immediately close your issue without comment if you delete or do not fill out the issue checklist and provide ALL the requested information.** +**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) @@ -14,4 +14,4 @@ To help us debug your issue please explain: # Or propose a feature: Please replace this section with a detailed description of your proposed feature, the motivation for it, how it would be relevant to at least 90% of Homebrew users and alternatives considered. -Please note we may close this issue or ask you to create a pull-request if it's something we're not actively planning to work on. +Please note we will close this issue or ask you to create a pull-request if it's something we're not actively planning to work on.