ISSUE_TEMPLATE: tweak instructions. (#11972)
* ISSUE_TEMPLATE: tweak instructions. Be clearer about what's expected and where to file things. * ISSUE_TEMPLATE: tweak new formula title. * ISSUE_TEMPLATE: formula not formulae
This commit is contained in:
parent
545f3db38b
commit
8ceac96314
1 changed files with 12 additions and 16 deletions
28
.github/ISSUE_TEMPLATE.md
vendored
28
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,21 +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 only one, specific formula and not Homebrew/brew? If it's a general Homebrew/brew problem please file this issue at https://github.com/Homebrew/brew/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 specific formulae and not Homebrew/brew? If it's a general Homebrew/brew problem please file this issue at https://github.com/Homebrew/brew/issues/new
|
||||
- [ ] Ran `brew gist-logs <formula>` (where `<formula>` is the name of the formula that failed) and included the output link?
|
||||
- [ ] If `brew gist-logs` didn't work: ran `brew config` and `brew doctor` and included their output with your issue?
|
||||
|
||||
_You can erase any parts of this template not applicable to your Issue._
|
||||
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 install` commands)
|
||||
|
||||
### Bug reports:
|
||||
**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 brief summary of your issue **AND** the output of `brew config` and `brew doctor` or if reporting a formula issue include the link from:
|
||||
`brew gist-logs <formula>`
|
||||
(where `<formula>` is the name of the formula that failed to build). Please note we may immediately close your issue without comment if you do not fill out the issue template and provide the requested information.
|
||||
|
||||
### Formula Requests:
|
||||
|
||||
**Please note by far the quickest way to get a new formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md).**
|
||||
|
||||
Please replace this section with the homepage and name of your requested formula (after using `brew search` to check it does not already exist). 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.
|
||||
# New Formulae
|
||||
To get a new formula into Homebrew please file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md).
|
||||
|
|
Loading…
Reference in a new issue