From be7244ee9a686208f4e7323bb3598af2c4d002ad Mon Sep 17 00:00:00 2001 From: Richard McCarthy Date: Fri, 20 Oct 2023 11:28:42 +0100 Subject: [PATCH] improve the path of issues replace project setting with workflow --- .github/ISSUE_TEMPLATE/bug-report.yaml | 3 +-- .github/ISSUE_TEMPLATE/feature-request.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 9c9e295550..6482275d49 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,8 +1,7 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: ["Bug", "Triage"] -projects: ["ONS Design System project", "ONS Design Team community backlog"] +labels: ["Bug", "Community backlog"] assignees: [] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 8fdeaad730..868bbb874f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,8 +1,7 @@ name: New feature proposal description: Propose a new component, pattern, foundation or documentation to add to the ONS Design System title: "[Feature]: " -labels: ["New feature proposal", "Triage"] -projects: ["ONS Design System project", "ONS Design Team community backlog"] +labels: ["New feature proposal", "Community backlog"] assignees: [] body: - type: markdown