Skip to content

Commit 2ef7c59

Browse files
ashwinkumar6Ashwin KumarHuiSF
authored
chore: update PRs checklist to also add/update E2E tests (aws-amplify#13543)
* chore: update PRs checklist to also add/update E2E tests * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Hui Zhao <[email protected]> * address feedback --------- Co-authored-by: Ashwin Kumar <[email protected]> Co-authored-by: Hui Zhao <[email protected]>
1 parent bca15d7 commit 2ef7c59

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ the requirements below.
2424

2525
- [ ] PR description included
2626
- [ ] `yarn test` passes
27-
- [ ] Tests are [changed or added](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#steps-towards-contributions)
27+
- [ ] Unit Tests are [changed or added](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#steps-towards-contributions)
2828
- [ ] Relevant documentation is changed or added (and PR referenced)
29+
30+
31+
32+
#### Checklist for repo maintainers
33+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
34+
35+
- [ ] Verify E2E tests for existing workflows are working as expected or add E2E tests for newly added workflows
2936
- [ ] New source file paths included in this PR have been added to CODEOWNERS, if appropriate
30-
37+
3138
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)