Skip to content

Commit

Permalink
fix(label): update labels to auro-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Feb 5, 2024
1 parent 565af94 commit 7ab983f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Component Blueprint
about: Checklist for releasing a new component blueprint
title: '[Component Blueprint]'
labels: '[namespace]-[name], Type: Design, not-reviewed'
labels: 'auro-dialog, Type: Design, not-reviewed'
assignees: leeejune
---

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: '[issue summary] Please verify version before submitting new issue'
labels:
- 'Type: Bug'
- not-reviewed
- '[namespace]-[name]'
- 'auro-dialog'
body:
- type: markdown
attributes:
Expand All @@ -13,7 +13,7 @@ body:
- type: input
id: version
attributes:
label: Please verify the version of [namespace]-[name] you have installed
label: Please verify the version of auro-dialog you have installed
- type: markdown
attributes:
value: >
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Feature request
description: Suggest an idea for this project
title: '[namespace]-[name]: [feature summary]'
title: 'auro-dialog: [feature summary]'
labels:
- 'Type: Feature'
- not-reviewed
- '[namespace]-[name]'
- 'auro-dialog'
body:
- type: textarea
id: request
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: General support
description: Suggestions that are not related to bugs or new features
title: '[namespace]-[name]: [issue]'
title: 'auro-dialog: [issue]'
labels:
- 'Type: Question'
- 'Type: Feature'
- not-reviewed
- '[namespace]-[name]'
- 'auro-dialog'
body:
- type: textarea
id: request
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/publish_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Publish Component
about: Create a ticket to drive compliance before publishing a new component to Auro Design System
title: 'Publish to Auro Design System'
labels: '[namespace]-[name], not-reviewed'
labels: 'auro-dialog, not-reviewed'
---

# Publish Component
Expand Down

0 comments on commit 7ab983f

Please sign in to comment.