Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the path of issues replace project setting with workflow #2859

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading