Skip to content

Commit 95b4d92

Browse files
authored
Update translations section in contributing guidelines (donnemartin#61)
Add credits section. Remove currently non-existent AUTHORS.md. Fix maintainer copy/paste error.
1 parent 2986f71 commit 95b4d92

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,17 @@ If you are not familiar with pull requests, review the [pull request docs](https
4242

4343
## Translations
4444

45-
Thanks to [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) for the following translation template.
46-
4745
We'd like for the guide to be available in many languages. Here is the process for maintaining translations:
4846

4947
* This original version and content of the guide is maintained in English.
5048
* Translations follow the content of the original. Unfortunately, contributors must speak at least some English, so that translations do not diverge.
5149
* Each translation has a maintainer to update the translation as the original evolves and to review others' changes. This doesn't require a lot of time, but review by the maintainer is important to maintain quality.
52-
* See the [AUTHORS.md](AUTHORS.md) file for current maintainers.
5350

5451
### Changes to translations
5552

5653
* Changes to content should be made to the English version first, and then translated to each other language.
5754
* Changes that improve translations should be made directly on the file for that language. PRs should only modify one language at a time.
58-
* Submit a PR with changes to the file in that language. Each language has a maintainer, who reviews changes in that language. Then the primary maintainer @jlevy merges it in.
55+
* Submit a PR with changes to the file in that language. Each language has a maintainer, who reviews changes in that language. Then the primary maintainer @donnemartin merges it in.
5956
* Prefix PRs and issues with language codes if they are for that translation only, e.g. "es: Improve grammar", so maintainers can find them easily.
6057

6158
### Adding translations to new languages
@@ -68,3 +65,7 @@ Translations to new languages are always welcome, especially if you can maintain
6865
* Invite friends to review if possible. If desired, feel free to invite friends to help your original translation by letting them fork your repo, then merging their PRs.
6966
* Add links to your translation at the top of every README*.md file. (For consistency, the link should be added in alphabetical order by ISO code, and the anchor text should be in the native language.)
7067
* When done, indicate on the PR that it's ready to be merged into the main repo.
68+
69+
### Translation template credits
70+
71+
Thanks to [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) for the translation template.

0 commit comments

Comments
 (0)