Merge pull request #3793 from MikeMcQuaid/issue-template-tweaks
ISSUE_TEMPLATE: various updates.
This commit is contained in:
commit
ab8ab6259d
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
@ -1,10 +1,10 @@
|
|||||||
**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.**
|
**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.**
|
||||||
|
|
||||||
# Please always follow these steps:
|
- [ ] are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh
|
||||||
- [ ] 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 the relevant tap e.g. for Homebrew/homebrew-core https://github.com/Homebrew/homebrew-core/issues/new
|
- [ ] ran a `brew` command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new. If it's a `brew cask` problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.
|
||||||
- [ ] Ran `brew update` and retried your prior step?
|
- [ ] ran `brew update` and can still reproduce the problem?
|
||||||
- [ ] Ran `brew doctor`, fixed all issues and retried your prior step?
|
- [ ] ran `brew doctor`, fixed all issues and can still reproduce the problem?
|
||||||
- [ ] Ran `brew config` and `brew doctor` and included their output with your issue?
|
- [ ] ran `brew config` and `brew doctor` and included their output with your issue?
|
||||||
|
|
||||||
To help us debug your issue please explain:
|
To help us debug your issue please explain:
|
||||||
- What you were trying to do (and why)
|
- What you were trying to do (and why)
|
||||||
@ -16,7 +16,7 @@ To help us debug your issue please explain:
|
|||||||
Please replace this section with:
|
Please replace this section with:
|
||||||
- a detailed description of your proposed feature
|
- a detailed description of your proposed feature
|
||||||
- the motivation for the feature
|
- the motivation for the feature
|
||||||
- how the feature would be relevant to at least 90% of Homebrew users
|
- how the feature would be relevant to at least 90% of Homebrew users (if it's not: do not open a feature request)
|
||||||
- what alternatives to the feature you have considered
|
- what alternatives to the feature you have considered
|
||||||
|
|
||||||
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.
|
We will close this issue or ask you to create a pull-request if it's something the maintainers are not actively planning to work on.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user