diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md index 2a24ebb9..533e8af4 100644 --- a/.github/ISSUE_TEMPLATE/feature_template.md +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -3,7 +3,7 @@ name: Feature request about: Use this template for requesting a feature/enhancement. title: "Enhancement: " labels: "kind/feature-request" -assignees: '' +assignees: "" --- ## Describe feature diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md index 6712e111..85a73bb6 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -3,7 +3,7 @@ name: Issue about: Use this template for reporting a bug/issue. title: "Issue: " labels: kind/bug -assignees: '' +assignees: "" ---