Skip to content

Commit e5fffaf

Browse files
committed
chore: Issue template can have multiple components
1 parent ba7c760 commit e5fffaf

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ body:
2222
id: component
2323
attributes:
2424
label: "Component"
25+
multiple: true
2526
options:
2627
- "UI"
2728
- "API Gateway"

.github/ISSUE_TEMPLATE/chore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
1717
id: component
1818
attributes:
1919
label: "Component"
20+
multiple: true
2021
options:
2122
- "UI"
2223
- "API Gateway"

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body:
2424
id: component
2525
attributes:
2626
label: "Component"
27+
multiple: true
2728
options:
2829
- "UI"
2930
- "API Gateway"

0 commit comments

Comments
 (0)