From 1edb1893456c74355ac324b85adbaa371a721e3a Mon Sep 17 00:00:00 2001 From: Fergus Ruston Date: Mon, 6 Nov 2023 11:59:15 +0100 Subject: [PATCH] Add tags and project to new component issue template (#115) --- .github/ISSUE_TEMPLATE/new-component-issue-template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-component-issue-template.md b/.github/ISSUE_TEMPLATE/new-component-issue-template.md index 977ad756..8fac24dc 100644 --- a/.github/ISSUE_TEMPLATE/new-component-issue-template.md +++ b/.github/ISSUE_TEMPLATE/new-component-issue-template.md @@ -2,7 +2,8 @@ name: New Component Issue Template about: Issue template for creating a new component for the library title: "[Component] - Name" -labels: enhancement +labels: ["enhancement", "new-component"] +projects: ["quantum"] assignees: '' ---