Skip to content

Commit f144590

Browse files
committed
doc-driven-development for keeping translations up to date
1 parent 4420397 commit f144590

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/translations.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ If there's not, then today is your day to lead this effort! Here's how to start:
1414

1515
## Keeping a translation updated
1616

17-
TODO
17+
Git is pretty good at making it easy to see what files have changed. We'll try to make it as easy as possible for you to keep your translation up to date. Here is the recommended process.
18+
19+
> These directions assume you have two [remotes](https://git-scm.com/docs/git-remote) configured for your local clone of this repository.
20+
>
21+
> 1. `origin` - the translation fork. If you didn't originally clone this from the fork, you can update it with `git remote set-url origin https://github.com/[yourname]/open-source-guide.git`
22+
> 2. `upstream` - `git remote add upstream https://github.com/github/open-source-guide.git`
1823
19-
should be easy to merge in changes from upstream without conflicts
24+
0. Run `$ script/sync-translation` to merge the latest changes from upstream and open a Pull Request on your fork.
25+
0. If files requiring translation have been modified, they will be added to a checklist in the Pull Request.
26+
0. Once all files have been updated, merge the pull request.

0 commit comments

Comments
 (0)