You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please feel free to contribute to the quality of this content (subject to limitations discussed below) by submitting PR's for improvements to code snippets, explanations, etc. If there's any doubt or if you think that a word/phrase is used confusingly, **before submitting a PR, open an issue to ask about it.**
3
+
This book series is now complete, **so in general, we're no longer open to contributions.**
4
4
5
-
However, if you choose to contribute content (not just typo corrections) to this repo, you agree that you're giving me a non-exclusive license to use that content for the book, as I (and my publisher) deem appropriate. You probably guessed that already, but I just wanted to be extra clear on that.
5
+
## Translations
6
+
7
+
If you're wanting to translate these books, please keep in mind that any such translations **must be posted to this github repository, free and open, and not monetized.**
8
+
9
+
Foreign translations are appreciated, but only for the 3 second edition books.
10
+
11
+
**I will not be accepting any new foreign translations for previous editions.**
To summarize, the steps for a foreign language translation are:
23
+
24
+
1. Fork this repo
25
+
2. Make your own translation entirely in your fork, preferably of all six books, but at a minimum of one whole book
26
+
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)
27
+
4. Once the branch is created, you can PR to merge your translated work in
28
+
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
@@ -18,18 +41,16 @@ The intended **best reading experience** are the published books (either ebook o
18
41
19
42
## Editions
20
43
21
-
The current edition of the books is the 2nd edition.
22
-
23
-
Books 1 ("Get Started") and 2 ("Scope & Closures") were finished and published (ebook and print) back in early 2020, and **are therefore NOT open to further contribution**. Books 3 ("Objects & Classes") and 4 ("Types & Grammar") are in stable-draft status (maybe ~90-95% done), and *are* open to contributions. Books 5 ("Sync & Async") and 6 ("ES.Next & Beyond") are not currently planned to be worked on.
44
+
The current (and final) edition of the books is the 2nd edition.
24
45
25
46
I **am not accepting any contributions** for 1st edition books, no exceptions.
26
47
27
48
## Typos?
28
49
29
-
Please don't worry about minor text typos. These will almost certainly be caught during the editing process.
30
-
31
-
If you're going to submit a PR for typo fixes, please be measured in doing so by collecting several small changes into a single PR (in separate commits). Or, **just don't even worry about them for now,** because we'll get to them later. I promise.
50
+
We're not worried about typo fixes anymore. The books are done and published.
32
51
33
52
## Search First!
34
53
35
-
Also, if you have any questions or concerns, please make sure to search the issues (both open and closed!) first, to keep the churn of issues to a minimum. I want to keep my focus on writing these books as much as possible.
54
+
Seriously, no more need for contributions.
55
+
56
+
But, if you're going to attempt a contribution, please make sure to search the issues (both open and closed!) first.
**To read more about the motivations and perspective behind this book series, check out the [Preface](preface.md).**
9
10
@@ -15,10 +16,11 @@ I recommend reading the **second edition** books in this order:
15
16
16
17
*[Get Started](get-started/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-get-started) | [Buy on Amazon](https://www.amazon.com/dp/B084BNMN7T)
17
18
*[Scope & Closures](scope-closures/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-scope-closures) | [Buy on Amazon](https://www.amazon.com/dp/B08634PZ3N)
19
+
* "The Unbooks" (ebook) | [Buy on Leanpub](https://leanpub.com/ydkjsy-unbooks)
If you're looking for the previous **first edition** books, [they can be found here](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md).
24
26
@@ -36,11 +38,9 @@ If you'd like to contribute financially towards the effort (or any of my other O
36
38
37
39
## Contributions
38
40
39
-
Please feel free to contribute to the quality of this content by submitting PRs for improvements to code snippets, explanations, etc. While typo fixes are welcomed, they will likely be caught through normal editing/publishing processes, **so please don't worry about them right now.**
41
+
This book series is now complete, and is **not open to further contributions**.
40
42
41
-
Any contributions you make to this effort **are of course greatly appreciated**.
42
-
43
-
But **PLEASE** read the [Contributions Guidelines](CONTRIBUTING.md) carefully before submitting a PR.
43
+
Thank you to those who've been part of the 11 years journey of this book series.
44
44
45
45
## Thank You To These Wonderful Sponsors
46
46
@@ -60,6 +60,6 @@ I want to extend a warm and deep thanks to Marc Grabanski and the entire Fronten
<arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License</a>.
65
+
<arel="license"href="https://creativecommons.org/licenses/by-nc-nd/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License</a>.
0 commit comments