diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c91f9f36f76..243a1df62a3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ Which product(s) are affected by this PR (if applicable)? - [ ] amplify-ui - [ ] amplify-studio - [ ] amplify-hosting -- [ ] amplify-librarires +- [ ] amplify-libraries Which platform(s) are affected by this PR (if applicable)? - [ ] JS @@ -31,5 +31,8 @@ Which platform(s) are affected by this PR (if applicable)? - [ ] Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
_ref: MDX: `[link](https://link.com)` HTML: `link`_ + +### When this PR is ready to merge, please check the box below +- [ ] Ready to merge _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._