Update bug.yml
This commit is contained in:
parent
d3852122ab
commit
280ed03c23
20
.github/ISSUE_TEMPLATE/bug.yml
vendored
20
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -4,13 +4,7 @@ labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Please note we will close your issue without comment if you 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.
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: shell
|
||||
label: "`brew config` output"
|
||||
validations:
|
||||
required: true
|
||||
value: Please note we will close your issue without comment if you do not correctly 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.
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: shell
|
||||
@ -22,10 +16,18 @@ body:
|
||||
label: Verification
|
||||
description: Please verify that you've followed these steps.
|
||||
options:
|
||||
- label: I ran `brew update` and am still able to reproduce my issue.
|
||||
- label: My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reproduce my issue.
|
||||
required: true
|
||||
- label: I have resolved all warnings from `brew doctor` and that did not fix my problem.
|
||||
- label: I ran `brew update` twice and am still able to reproduce my issue.
|
||||
required: true
|
||||
- label: This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: shell
|
||||
label: "`brew config` output"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What were you trying to do (and why)?
|
||||
|
Loading…
x
Reference in New Issue
Block a user