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