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
This commit is contained in:
Mike McQuaid 2017-06-16 16:31:44 +01:00
parent 3b376bfa2f
commit 275aa1d19d

View File

@ -1,10 +1,10 @@
# Please always follow these steps: # 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 update` and retried your prior step?
- [ ] Ran `brew doctor`, fixed all issues 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? - [ ] 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: To help us debug your issue please explain:
- What you were trying to do (and why) - What you were trying to do (and why)
@ -14,4 +14,4 @@ To help us debug your issue please explain:
# Or propose a feature: # 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 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.