Merge pull request #14126 from Homebrew/issue-templates

Improve issue templates
This commit is contained in:
Mike McQuaid 2022-11-11 12:56:05 +00:00 committed by GitHub
commit 9e1ca132fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 9 deletions

View File

@ -4,13 +4,7 @@ labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: 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. 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
label: "`brew config` output"
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
render: shell render: shell
@ -22,10 +16,18 @@ body:
label: Verification label: Verification
description: Please verify that you've followed these steps. description: Please verify that you've followed these steps.
options: 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 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 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 - type: textarea
attributes: attributes:
label: What were you trying to do (and why)? label: What were you trying to do (and why)?

View File

@ -5,6 +5,13 @@ body:
- type: markdown - type: markdown
attributes: 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. 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: checkboxes
attributes:
label: Verification
description: Please verify that you've followed these steps.
options:
- 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 - type: textarea
attributes: attributes:
label: Provide a detailed description of the proposed feature label: Provide a detailed description of the proposed feature