forked from getify/You-Dont-Know-JS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Foreign Translation Request | ||
about: Want to request a translation into a foreign language? | ||
labels: | ||
|
||
--- | ||
|
||
Please check these issues first: | ||
|
||
* https://github.com/getify/You-Dont-Know-JS/issues?utf8=%E2%9C%93&q=label%3A%22foreign+language+translations%22+ | ||
* https://github.com/getify/You-Dont-Know-JS/issues/9 | ||
* https://github.com/getify/You-Dont-Know-JS/issues/900 | ||
* https://github.com/getify/You-Dont-Know-JS/issues/1378 | ||
|
||
To summarize, the steps for a foreign language translation are: | ||
|
||
1. Fork this repo | ||
2. Make your own translation entirely in your fork, preferably of all six books, but at a minimum of one whole book | ||
3. File an issue asking for a branch to be made on our main repo, named for that [language's ISO code](http://www.lingoes.net/en/translator/langcode.htm) | ||
4. Once the branch is created, you can PR to merge your translated work in | ||
5. Once the merge is complete, I will promote you to a repository maintainer so you can manage any further translation maintenance work on your own branch of this repo |