diff options
| author | Mike McQuaid | 2017-04-02 17:01:23 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-02 17:01:23 +0100 |
| commit | 9b5d1edc4522ae81ff6173c91aff522dc27a77c9 (patch) | |
| tree | 1576ff7438ee042e3b6961f4bc775a7fc3c4cb25 | |
| parent | a365e16b48c5ee3461fdda48d8aca58df954c4eb (diff) | |
| parent | f7a9c6f0a761203f6e3dfb5b9be8108816f57a87 (diff) | |
| download | brew-9b5d1edc4522ae81ff6173c91aff522dc27a77c9.tar.bz2 | |
Merge pull request #2443 from Homebrew/new-issue-template
ISSUE_TEMPLATE: tweak instructions.
| -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. |
