From 4104ab0554db257ffe3b5edddfccd261b4f8050e Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Wed, 21 Feb 2018 17:30:29 -0500 Subject: Add more detail to the proofreader process --- doc/development/i18n/proofreader.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/development/i18n/proofreader.md b/doc/development/i18n/proofreader.md index 795e1e83105..afebb7fc089 100644 --- a/doc/development/i18n/proofreader.md +++ b/doc/development/i18n/proofreader.md @@ -37,9 +37,26 @@ are very appreciative of the work done by translators and proofreaders! > sure that you have a history of contributing translations to the GitLab > project. -1. Once your translations have been accepted, - [open a merge request](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/new) - to request Proofreader permissions and add yourself to the list above. +1. Contribute translations to GitLab. See instructions for + [translating GitLab](../translate.md). + + Translating GitLab is a community effort that requires team work and + attention to detail. Proofreaders play an important role helping new + contributors, and ensuring the consistency and quality of translations. + Your conduct and contributions as a translator should reflect this before + requesting to be a proofreader. + +1. Request proofreader permissions by opening a merge request to add yourself + to the list of proofreaders. + + At the bottom of this page click **Edit this page**. + + Add your language in alphabetical order, and add yourself to the list + including: + + - name + - link to your GitLab profile + - link to your CrowdIn profile In the merge request description, please include links to any projects you have previously translated. -- cgit v1.2.3 From f6a1c7ffda4ed1815a27ef832edc7e60ab5e6a7b Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Wed, 21 Feb 2018 17:58:58 -0500 Subject: Link directly to proofreader.md --- doc/development/i18n/proofreader.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/development/i18n/proofreader.md b/doc/development/i18n/proofreader.md index afebb7fc089..0b05ff40d26 100644 --- a/doc/development/i18n/proofreader.md +++ b/doc/development/i18n/proofreader.md @@ -38,7 +38,7 @@ are very appreciative of the work done by translators and proofreaders! > project. 1. Contribute translations to GitLab. See instructions for - [translating GitLab](../translate.md). + [translating GitLab](../translation.md). Translating GitLab is a community effort that requires team work and attention to detail. Proofreaders play an important role helping new @@ -49,7 +49,7 @@ are very appreciative of the work done by translators and proofreaders! 1. Request proofreader permissions by opening a merge request to add yourself to the list of proofreaders. - At the bottom of this page click **Edit this page**. + Open the [proofreader.md source file][proofreader-src] and click **Edit**. Add your language in alphabetical order, and add yourself to the list including: @@ -63,3 +63,5 @@ are very appreciative of the work done by translators and proofreaders! 1. Your request to become a proofreader will be considered on the merits of your previous translations. + +[proofreader-src]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/i18n/proofreader.md -- cgit v1.2.3 From 9f79e6efc217b3052a02d43455cf5a5362d31191 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Wed, 21 Feb 2018 23:32:17 +0000 Subject: No `../` is necessary for linking pages in the same directory. --- doc/development/i18n/proofreader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/i18n/proofreader.md b/doc/development/i18n/proofreader.md index 0b05ff40d26..ece9a9bc0fe 100644 --- a/doc/development/i18n/proofreader.md +++ b/doc/development/i18n/proofreader.md @@ -38,7 +38,7 @@ are very appreciative of the work done by translators and proofreaders! > project. 1. Contribute translations to GitLab. See instructions for - [translating GitLab](../translation.md). + [translating GitLab](translation.md). Translating GitLab is a community effort that requires team work and attention to detail. Proofreaders play an important role helping new -- cgit v1.2.3