Skip to content

Commit b161159

Browse files
authored
Merge pull request #1636 from IgniteUI/bug-template-improvement
feat(bug_report): making framework multiple choice and removing project type
2 parents e0ad286 + 614f77e commit b161159

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ body:
2222
id: framework
2323
attributes:
2424
label: Framework
25-
description: Which framework are you using?
25+
description: Which framework(s) are you using?
26+
multiple: true
2627
options:
2728
- Angular
2829
- React
@@ -31,18 +32,18 @@ body:
3132
validations:
3233
required: true
3334

34-
- type: dropdown
35-
id: project-type
36-
attributes:
37-
label: Project Type
38-
description: Which project type are you using?
39-
options:
40-
- igx-ts (Angular)
41-
- igr-ts (React)
42-
- js (jQuery)
43-
- igc-ts (Web Components)
44-
validations:
45-
required: true
35+
# - type: dropdown
36+
# id: project-type
37+
# attributes:
38+
# label: Project Type
39+
# description: Which project type are you using?
40+
# options:
41+
# - igx-ts (Angular)
42+
# - igr-ts (React)
43+
# - js (jQuery)
44+
# - igc-ts (Web Components)
45+
# validations:
46+
# required: true
4647

4748
- type: dropdown
4849
id: command
@@ -60,6 +61,7 @@ body:
6061
- list
6162
- doc
6263
- upgrade-packages
64+
- ai-config
6365
- Other
6466
validations:
6567
required: true

0 commit comments

Comments
 (0)