From bde1a5246186e05ef1023d68daeb0499a3001e18 Mon Sep 17 00:00:00 2001 From: Katie Goines <30757403+katiegoines@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:30:47 -0800 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3bfff5933bc..72124775aaf 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,19 @@ -_Issue #, if available:_ +#### Description of changes: -_Description of changes:_ +#### Related GitHub issue #, if available: -By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. +### Instructions + +**If this PR should not be merged upon approval for any reason, please submit as a DRAFT** + +- [ ] Add a label for the product(s) affected (if applicable): amplify/[cli/ui/studio/hosting/libraries] + +- [ ] Add a label for the platform(s) affected (if applicable): [js/ios/android/flutter] + +- [ ] Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly. + +- [ ] Are any files being deleted with this PR? If so, have the needed redirects been created? + +- [ ] Are all links in mdx files using the mdx link syntax? + +_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._ From df69bdf4aeb2ccbccbadb47d4fcb0e38cbd73975 Mon Sep 17 00:00:00 2001 From: Katie Goines <30757403+katiegoines@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:45:08 -0800 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 72124775aaf..c91f9f36f76 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,14 +6,30 @@ **If this PR should not be merged upon approval for any reason, please submit as a DRAFT** -- [ ] Add a label for the product(s) affected (if applicable): amplify/[cli/ui/studio/hosting/libraries] +Which product(s) are affected by this PR (if applicable)? +- [ ] amplify-cli +- [ ] amplify-ui +- [ ] amplify-studio +- [ ] amplify-hosting +- [ ] amplify-librarires -- [ ] Add a label for the platform(s) affected (if applicable): [js/ios/android/flutter] +Which platform(s) are affected by this PR (if applicable)? +- [ ] JS +- [ ] iOS +- [ ] Android +- [ ] Flutter +- [ ] React Native + +**Please add the product(s)/platform(s) affected to the PR title** + +#### Checks - [ ] Does this PR include filetypes other than markdown or images? Please add or update unit tests accordingly. - [ ] Are any files being deleted with this PR? If so, have the needed redirects been created? -- [ ] Are all links in mdx files using the mdx link syntax? +- [ ] Are all links in MDX files using the MDX link syntax rather than HTML link syntax?
+ _ref: MDX: `[link](https://link.com)` + HTML: `link`_ _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._