Add guidelines for working with localized content (#11415)

Clarify about where to look for specific l10n tasks

More accurate link pointer

Update link for upstream contributions
This commit is contained in:
Zach Corleissen
2018-11-29 19:36:59 -08:00
committed by k8s-ci-robot
parent a81ba11b35
commit d1df4b6437
3 changed files with 22 additions and 7 deletions
@@ -806,6 +806,18 @@ content. See [Localization](/docs/contribute/localization/) and ask on the
[kubernetes-sig-docs mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-docs)
or in `#sig-docs` on Slack if you are interested in helping out.
### Working with localized content
Follow these guidelines for working with localized content:
- Limit PRs to a single language.
Each language has its own reviewers and approvers.
- Reviewers, verify that PRs contain changes to only one language.
If a PR contains changes to source in more than one language, ask the PR contributor to open separate PRs for each language.
{{% /capture %}}
{{% capture whatsnext %}}