Merge pull request #10889 from MikeMcQuaid/issue_template_shell
Render shell in issue templates.
This commit is contained in:
commit
97d4527eba
5
.github/ISSUE_TEMPLATE/bug.yml
vendored
5
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,5 +1,5 @@
|
||||
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."
|
||||
description: "If you're sure it's reproducible and not just your machine: submit an issue so we can investigate."
|
||||
labels: bug
|
||||
issue_body: false
|
||||
body:
|
||||
@ -8,11 +8,13 @@ body:
|
||||
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
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: shell
|
||||
label: "`brew doctor` output"
|
||||
validations:
|
||||
required: true
|
||||
@ -39,6 +41,7 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
render: shell
|
||||
label: Step-by-step reproduction instructions (by running `brew` commands)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: New issue for Feature Suggestion
|
||||
about: Request our thoughts on your suggestion for a new feature for Homebrew.
|
||||
description: Request our thoughts on your suggestion for a new feature for Homebrew.
|
||||
labels: features
|
||||
issue_body: false
|
||||
body:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user