From 5e004dad640b310e46e5af5ab89a93fd6c23bc45 Mon Sep 17 00:00:00 2001 From: rmccar <42928680+rmccar@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:50:28 +0100 Subject: [PATCH] Improve the path of issues replace project setting with workflow (#2859) --- .github/ISSUE_TEMPLATE/bug-report.yaml | 3 +-- .github/ISSUE_TEMPLATE/feature-request.yaml | 3 +-- .github/PULL_REQUEST_TEMPLATE.md | 1 - 3 files changed, 2 insertions(+), 5 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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 15d5b095e9..63118a5edb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,5 @@ This needs to be completed by the person raising the PR. -- [ ] I have selected the correct Project for this PR (Design System) and selected the correct status - [ ] I have selected the correct Assignee - [ ] I have linked the correct Issue