From c69806ec97360de6e517fd724f4317113611ae88 Mon Sep 17 00:00:00 2001 From: Sowmya Kota Date: Tue, 31 Oct 2023 14:12:59 -0700 Subject: [PATCH 1/2] feat: remove docs team approval for spelling changes using codeowners --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7d331ebe4df..73c7396776b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -97,3 +97,5 @@ /src/public @aws-amplify/documentation-team /src/styles @aws-amplify/documentation-team /src/utils @aws-amplify/documentation-team + +cspell.json From 23789f8c20973bf63b391df61adb00105deb22b3 Mon Sep 17 00:00:00 2001 From: Sowmya Kota Date: Tue, 31 Oct 2023 14:23:05 -0700 Subject: [PATCH 2/2] chore: update readme for cspell check --- .github/CODEOWNERS | 2 +- Readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73c7396776b..04ada4bc3da 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ /src/**/cli/ @josefaidt @aws-amplify/documentation-team #Studio -/src/pages/console/ @wrpeck @aws-amplify/documentation-team +/src/pages/console/ @dbanksdesign @aws-amplify/documentation-team #Analytics /src/**/**/analytics @abdallahshaban557 @aws-amplify/documentation-team diff --git a/Readme.md b/Readme.md index c11fbea6267..391c7f92126 100644 --- a/Readme.md +++ b/Readme.md @@ -27,6 +27,7 @@ We welcome contributions to the documentation site! Here's how to do it: 2. If any files have been deleted with your PR, please add the redirects required to [`redirects.json`](https://github.com/aws-amplify/docs/blob/main/redirects.json) and ensure that the `redirects-needed` label has been added. - Please see the [Amplify Hosting user guide](https://docs.aws.amazon.com/amplify/latest/userguide/redirects.html) for guidance on values and ordering. - Please note that there is a manual step for the Docs Engineering team to complete before the redirects are live. +4. Please add the words to [cpsell.json] https://github.com/aws-amplify/docs/blob/main/cspell.json if needed or correct spelling if `Spellcheck` workflow fails. **What's next?** After your PR is reviewed and all tests pass, it will be merged and the branch will be deleted.