mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 00:52:45 -05:00
Fix assignees field type in issue templates
Use an empty array instead of an empty string for the assignees field, as required by the GitHub Issue Forms schema.
This commit is contained in:
parent
2693f2ddad
commit
1f17a7aab7
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -2,7 +2,7 @@ name: Bug report
|
||||
description: Create a bug report to help us improve Invidious
|
||||
title: "[Bug] "
|
||||
labels: ["bug"]
|
||||
assignees: ""
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@ -2,7 +2,7 @@ name: Enhancement
|
||||
description: Suggest an enhancement for an existing feature
|
||||
title: "[Enhancement] "
|
||||
labels: ["enhancement"]
|
||||
assignees: ""
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -2,7 +2,7 @@ name: Feature request
|
||||
description: Suggest an idea for this project
|
||||
title: "[Feature request] "
|
||||
labels: ["feature-request"]
|
||||
assignees: ""
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user