Revert "Revert ".github/ISSUE_TEMPLATE/bug.yml: update syntax. (#70976)" (#71200)"

This reverts commit fc83255a95.
master
Mike McQuaid 2021-02-15 16:20:07 +00:00 committed by Bo Anderson
parent 14b0a3c270
commit 6b79360d53
1 changed files with 8 additions and 3 deletions

View File

@ -2,33 +2,38 @@ name: New issue for Reproducible Bug
about: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate." about: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."
labels: bug labels: bug
issue_body: false issue_body: false
inputs: body:
- type: description - 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: textarea - type: textarea
attributes: attributes:
label: "`brew gist-logs <formula>` link OR `brew config` AND `brew doctor` output" label: "`brew gist-logs <formula>` link OR `brew config` AND `brew doctor` output"
validations:
required: true required: true
- type: checkboxes - type: checkboxes
attributes: attributes:
description: Please verify that you've followed these steps description: Please verify that you've followed these steps
choices: options:
- label: The `brew doctor` above contains no "Warning" lines. - label: The `brew doctor` above contains no "Warning" lines.
required: true 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)?
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: What happened (include all command output)? label: What happened (include all command output)?
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: What did you expect to happen? label: What did you expect to happen?
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: Step-by-step reproduction instructions (by running `brew` commands) label: Step-by-step reproduction instructions (by running `brew` commands)
validations:
required: true required: true