Skip to content

Commit

Permalink
Improve the path of issues replace project setting with workflow (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Oct 23, 2023
1 parent 98102da commit 5e004da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ This needs to be completed by the person raising the PR.

<!-- ignore-task-list-end -->

- [ ] 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

0 comments on commit 5e004da

Please sign in to comment.