Skip to content

Commit a1d1661

Browse files
authored
chore: update issues and PR template (#1489)
* chore: update issues and PR template * chore: update issues and PR template [ci skip]
1 parent b5f601b commit a1d1661

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,22 @@ body:
9393
Include any relevant log output under
9494
`~/.amplify/logs/amplify-cli-<issue-date>.log`
9595
render: shell
96-
- type: textarea
96+
- type: dropdown
9797
id: regression
9898
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+
101112
- type: input
102113
id: device
103114
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
- [ ] All integration tests pass
1111
- [ ] Documentation update for the change if required
1212
- [ ] PR title conforms to conventional commit style
13+
- [ ] If breaking change, documentation/changelog update with migration instructions
1314

1415
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

0 commit comments

Comments
 (0)