Skip to content

Commit

Permalink
chore(github): update issue templates (#17634)
Browse files Browse the repository at this point in the history
* chore(github): add issue type field to bug issue template

* chore: add issue type to a11y issue template

* chore: add issue type to design defect issue template

* chore: add issue type to feature request issue template

* chore: update question issue template

* chore: remove user story template
  • Loading branch information
tay1orjones authored Oct 4, 2024
1 parent b79ee0f commit d636774
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 59 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/ACCESSIBILITY_ISSUE.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Accessibility Issue ♿
description: Report an accessibility or usability issue.
title: '[a11y]: '
labels: 'type: a11y ♿'
type: 'bug'
labels: ['type: a11y ♿', 'type: bug 🐛']
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Bug report 🐛
description:
Something not working as expected? This is the place to report your issue.
title: '[Bug]: '
type: 'bug'
labels: 'type: bug 🐛'
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/DESIGN_DEFECT.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Design defect 🎨
description: Report a visual design issue
title: '[Bug]: '
type: 'bug'
labels: 'type: bug 🐛'
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST_OR_ENHANCEMENT.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Feature request or enhancement 💡
description: Suggest an idea for this project.
title: '[Feature Request]: '
type: 'enhancement'
labels: 'type: enhancement 💡'
body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/QUESTION.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ body:
value: '- `#carbon-design-system` for questions about the Design System.'
- type: markdown
attributes:
value: '- `#carbon-components` for questions about component styles.'
value: '- `#carbon-react` for questions about `@carbon/react`.'
- type: markdown
attributes:
value: '- `#carbon-react` for questions about our React components'
value: '- `#carbon-web-components` for questions about `@carbon/web-components`.'
- type: markdown
attributes:
value:
Expand Down
56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/USER_STORY.yaml

This file was deleted.

0 comments on commit d636774

Please sign in to comment.