diff options
| author | Mike McQuaid | 2016-12-06 14:35:02 +0000 | 
|---|---|---|
| committer | GitHub | 2016-12-06 14:35:02 +0000 | 
| commit | 11cf7b97c419312d72945a174e1a57d51f1a1787 (patch) | |
| tree | 64971366a2e2176dc68cf0cf89da7026db8a99b2 | |
| parent | 049206bf16ed48ae101bef959613ae23aa368cc2 (diff) | |
| download | brew-11cf7b97c419312d72945a174e1a57d51f1a1787.tar.bz2 | |
ISSUE_TEMPLATE: tweak based on recent issues.
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0f957c498..9261857d0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,14 +4,13 @@ If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Alrea  - [ ] Ran `brew update` and retried your prior step?  - [ ] Ran `brew doctor`, fixed as many issues as possible and retried your prior step? -- [ ] If you're seeing permission errors tried running `sudo chown -R $(whoami) $(brew --prefix)`?  - [ ] Confirmed this is problem with Homebrew/brew and not specific formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/new  _You can erase any parts of this template not applicable to your Issue._  ### Bug reports: -Please replace this line with a brief summary of your issue. +Please replace this line with a brief summary of your issue **AND** the output of `brew config` and `brew doctor`.  ### Propose a feature: | 
