Skip to content

Commit 29390bc

Browse files
committed
updating issue templates
1 parent 8283dab commit 29390bc

File tree

8 files changed

+86
-14
lines changed

8 files changed

+86
-14
lines changed
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
22
name: Content Question
33
about: Ask a question about something you read in the books?
4-
labels:
4+
labels:
55

66
---
77

88
**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line).
9+
10+
----
11+
12+
**Please type "I already searched for this issue":**
13+
14+
**Edition:** (1st or 2nd)
15+
16+
**Book Title:**
17+
18+
**Chapter:**
19+
20+
**Section Title:**
21+
22+
**Question:**

.github/ISSUE_TEMPLATE/foreign-translation-request.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
22
name: Foreign Translation Request
33
about: Want to request a translation into a foreign language?
4-
labels:
4+
labels:
55

66
---
77

8+
Foreign translations are appreciated. However, any such requests should wait until the 2nd edition is complete.
9+
10+
**I will not be accepting any new foreign translations for previous editions.**
11+
12+
----
13+
814
Please check these issues first:
915

1016
* https://github.com/getify/You-Dont-Know-JS/issues?utf8=%E2%9C%93&q=label%3A%22foreign+language+translations%22+
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
22
name: Report Technical Mistake
33
about: Help us fix a mistake in the code.
4-
labels:
4+
labels:
55

66
---
77

88
**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line).
9+
10+
----
11+
12+
**Please type "I already searched for this issue":**
13+
14+
**Edition:** (1st or 2nd)
15+
16+
**Book Title:**
17+
18+
**Chapter:**
19+
20+
**Section Title:**
21+
22+
**Problem:**
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
22
name: Textual/Grammar Typo
33
about: Help us correct a spelling or grammar error in the text.
4-
labels:
4+
labels:
55

66
---
77

88
**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line).
9+
10+
----
11+
12+
**Please type "I already searched for this issue":**
13+
14+
**Edition:** (1st or 2nd)
15+
16+
**Book Title:**
17+
18+
**Chapter:**
19+
20+
**Section Title:**
21+
22+
**Problem:**

CONTRIBUTING.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Please feel free to contribute to the quality of this content 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.**
44

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 have to make sure the lawyers are happy by explicitly stating it.
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.
66

77
## Reading Experience (Chapter/Section links, etc)
88

@@ -14,21 +14,17 @@ The main purpose of my book repos is to track and manage the content for the pur
1414

1515
As such, this repo **is not optimized for your reading experience.**
1616

17-
The primary reading experience, likely the most pleasant one for many of you, is the ebooks or print books, which [are available for sale](http://ssearch.oreilly.com/?q=%22you+don%27t+know+js%22&x=0&y=0). The balance I'm striking here is releasing the content for free, but selling the reading experience. Other authors make different decisions on that balance, but that's what I've come to for now.
18-
19-
I hope you continue to enjoy and benefit from the content, and I also hope you value it enough to [purchase the best reading experience](http://ssearch.oreilly.com/?q=%22you+don%27t+know+js%22&x=0&y=0) in the ebook/print form.
17+
The intended **best reading experience** are the published books (either ebook or print), so I encourage you to purchase them for that purpose.
2018

2119
## Editions
2220

23-
The current state of this repo is the 1st Edition of the published form of these books. That means that you should have almost exactly the same content here as in the ebooks or printed books, with only minor variances in typos, formatting, etc.
24-
25-
I generally am not accepting any changes to the current repo, as I do not want this content to diverge from what's in the published books. There are over a hundred filed issues/PRs for changes that are being collected for the 2nd Edition, but work has not yet begun on that.
21+
The current edition (*work in progress*) of the books is the 2nd edition. While these 2nd edition books are in progress, feel free to provide any contributions.
2622

27-
So, if you find something that should be fixed, just know that it will likely sit for awhile in that batch until it's time to make the 2nd Edition updates. At that time, my plan is to make separate branches to track the editions.
23+
I **am not accepting any contributions** for previous edition books.
2824

2925
## Typos?
3026

31-
These books go through official editing with the publisher, and typos are likely all caught at that stage. As such, **typos are not a big concern for this repo**.
27+
Please don't worry about minor text typos. These will almost certainly be caught during the editing process.
3228

3329
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.
3430

ISSUE_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line).
2+
3+
----
4+
5+
**Please type "I already searched for this issue":**
6+
7+
**Edition:** (1st or 2nd)
8+
9+
**Book Title:**
10+
11+
**Chapter:**
12+
13+
**Section Title:**
14+
15+
**Topic:**

PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
**Yes, I promise I've read the [Contributions Guidelines](https://github.com/getify/You-Dont-Know-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line).
2+
3+
----
4+
5+
**Please type "I already searched for this issue":**
6+
7+
**Edition:** (1st or 2nd)
8+
9+
**Book Title:**
10+
11+
**Chapter:**
12+
13+
**Section Title:**
14+
15+
**Topic:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is a series of books diving deep into the core mechanisms of the JavaScript
1313

1414
## Premier Sponsor
1515

16-
This edition of the **YDKJS** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
16+
This edition of the **YDKJS(Y)** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
1717

1818
Frontend Masters is the gold standard for top-of-the-line expert training material in frontend-oriented software development. With over 150 courses on all things frontend, this should be your first and only stop for quality video training on HTML, CSS, JS, and related technologies.
1919

0 commit comments

Comments
 (0)