diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6816a3ae3..f4e56604e 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. | 
