Merge pull request #11198 from lukehefson/remove-issue-body-from-forms
Remove `issue_body` from YAML issue forms
This commit is contained in:
commit
3476ca7b8f
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
1
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: New issue for Reproducible Bug
|
name: New issue for Reproducible Bug
|
||||||
description: "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
|
labels: bug
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
1
.github/ISSUE_TEMPLATE/feature.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: New issue for Feature Suggestion
|
name: New issue for Feature Suggestion
|
||||||
description: 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
|
labels: features
|
||||||
issue_body: false
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user