Fix issue templates not appearing (#1228)
This PR fixes the issue templates not working. ![image](https://user-images.githubusercontent.com/15892272/236412742-dd1ce7b4-8865-41f7-a0b7-dbb05547e360.png) ![image](https://user-images.githubusercontent.com/15892272/236412776-0124f624-7eae-452d-8318-309886b39c81.png)
This commit is contained in:
parent
0d16942222
commit
117ec62691
2 changed files with 2 additions and 8 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -2,7 +2,7 @@ name: Bug Report
|
|||
description: File a bug report
|
||||
title: '[Bug]: '
|
||||
labels: ['bug', 'triage']
|
||||
assignees:
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -13,8 +13,6 @@ body:
|
|||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: ''
|
||||
value: ''
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -22,8 +20,6 @@ body:
|
|||
attributes:
|
||||
label: How can we reproduce the bug?
|
||||
description: If you can make the bug happen again, please share the steps involved.
|
||||
placeholder: ''
|
||||
value: ''
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
|
|
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -2,7 +2,7 @@ name: Feature request
|
|||
description: File a feature request
|
||||
title: '[Feature]: '
|
||||
labels: ['feature', 'triage']
|
||||
assignees:
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -13,8 +13,6 @@ body:
|
|||
attributes:
|
||||
label: What's the feature?
|
||||
description: Describe the feature, who it would help, and link to any examples from other apps.
|
||||
placeholder: ''
|
||||
value: ''
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
Loading…
Reference in a new issue