diff options
| author | Mike McQuaid | 2017-06-16 16:31:44 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-06-16 16:31:44 +0100 |
| commit | 275aa1d19d20e8473a6327de1f3eb8ff93c030bf (patch) | |
| tree | 992cf6a5775fe4d861962022d4e43df6665be481 /.github/ISSUE_TEMPLATE.md | |
| parent | 3b376bfa2f8d3e61dc1164304d4f8d64de6e6014 (diff) | |
| download | brew-275aa1d19d20e8473a6327de1f3eb8ff93c030bf.tar.bz2 | |
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
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -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. |
