diff --git a/.github/ISSUE_TEMPLATE/bug_report_v3.md b/.github/ISSUE_TEMPLATE/bug_report_v3.md index 1876b65e..c57d4d2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v3.md +++ b/.github/ISSUE_TEMPLATE/bug_report_v3.md @@ -2,7 +2,7 @@ name: Bug report - V3 about: Create a report to help us improve title: '' -labels: [bug,v3] +labels: bug, v3 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/bug_report_v4.md b/.github/ISSUE_TEMPLATE/bug_report_v4.md index 06c11a98..7b8b1b25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_v4.md +++ b/.github/ISSUE_TEMPLATE/bug_report_v4.md @@ -2,7 +2,7 @@ name: Bug report - V4 about: Create a report to help us improve title: '' -labels: [bug,v4] +labels: bug, v4 assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b7728245..207a748d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request - V4 about: Suggest an idea for this project title: '' -labels: [enhancement, v4] +labels: enhancement, v4 assignees: '' ---