File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,22 @@ body:
93
93
Include any relevant log output under
94
94
`~/.amplify/logs/amplify-cli-<issue-date>.log`
95
95
render : shell
96
- - type : textarea
96
+ - type : dropdown
97
97
id : regression
98
98
attributes :
99
- label : Is this a regression? (i.e. was this working before a version upgrade)
100
- placeholder : If applicable provide the versions used before and after the upgrade.
99
+ label : Is this a regression?
100
+ multiple : false
101
+ options :
102
+ - " Yes"
103
+ - " No"
104
+ validations :
105
+ required : true
106
+ - type : textarea
107
+ id : regression-info
108
+ attributes :
109
+ label : Regression additional context
110
+ placeholder : If it was a regression provide the versions used before and after the upgrade.
111
+
101
112
- type : input
102
113
id : device
103
114
attributes :
Original file line number Diff line number Diff line change 10
10
- [ ] All integration tests pass
11
11
- [ ] Documentation update for the change if required
12
12
- [ ] PR title conforms to conventional commit style
13
+ - [ ] If breaking change, documentation/changelog update with migration instructions
13
14
14
15
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
You can’t perform that action at this time.
0 commit comments