diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml index ec03769295d..277a3bdfa89 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -1,7 +1,7 @@ name: Bug report description: Create a bug report to help us improve Plane title: "[bug]: " -labels: [🐛bug] +labels: [🐛bug, plane] assignees: [vihar, pushya22] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yaml b/.github/ISSUE_TEMPLATE/--feature-request.yaml index 390c95aaac6..c2bd609c047 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/--feature-request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Suggest a feature to improve Plane title: "[feature]: " -labels: [✨feature] +labels: [✨feature, plane] assignees: [vihar, pushya22] body: - type: markdown