diff options
| author | Mike McQuaid | 2017-04-02 16:24:45 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-02 16:24:45 +0100 |
| commit | f7a9c6f0a761203f6e3dfb5b9be8108816f57a87 (patch) | |
| tree | 83bca0bd534d942630388a24a9f7d40e1ace695d /.github/ISSUE_TEMPLATE.md | |
| parent | 081461a268f02aafa0753b6391e5129c929259c9 (diff) | |
| download | brew-f7a9c6f0a761203f6e3dfb5b9be8108816f57a87.tar.bz2 | |
ISSUE_TEMPLATE: tweak instructions.
Be clearer about what's expected and where to file things.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e31809091..9eca6149b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,17 @@ -If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update`. - -# Please follow the general troubleshooting steps first: - +# Please always follow these steps: +- [ ] Confirmed this is a problem with Homebrew/brew and not 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 as many issues as possible and retried your prior step? -- [ ] Confirmed this is a 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: +- [ ] Ran `brew config` and `brew doctor` and included their output with your issue? -Please replace this section with a brief summary of your issue **AND** the output of `brew config` and `brew doctor`. Please note we may immediately close your issue without comment if you do not fill out the issue template and provide the requested information. +To help us debug your issue please explain: +- What you were trying to do (and why) +- What happened (include command output) +- What you expected to happen +- Step-by-step reproduction instructions (by running `brew` commands) -### Propose a feature: +**Please note we may immediately close your issue without comment if you do not fill out the issue template and provide ALL the requested information.** -Please replace this section with a detailed description of your proposed feature, the motivation for it 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. +# Or propose a feature: +Please replace this section with a detailed description of your proposed feature, the motivation for it 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. |
