Skip to content

Commit e809904

Browse files
committed
adding issue-templates to this branch
1 parent 1e6fe1b commit e809904

4 files changed

+93
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Content Question
3+
about: Ask a question about something you read in the books?
4+
labels:
5+
6+
---
7+
8+
**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:**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Foreign Translation Request
3+
about: Want to request a translation into a foreign language?
4+
labels:
5+
6+
---
7+
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+
14+
Please check these issues first:
15+
16+
* https://github.com/getify/You-Dont-Know-JS/issues?utf8=%E2%9C%93&q=label%3A%22foreign+language+translations%22+
17+
* https://github.com/getify/You-Dont-Know-JS/issues/9
18+
* https://github.com/getify/You-Dont-Know-JS/issues/900
19+
* https://github.com/getify/You-Dont-Know-JS/issues/1378
20+
21+
To summarize, the steps for a foreign language translation are:
22+
23+
1. Fork this repo
24+
2. Make your own translation entirely in your fork, preferably of all six books, but at a minimum of one whole book
25+
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)
26+
4. Once the branch is created, you can PR to merge your translated work in
27+
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Report Technical Mistake
3+
about: Help us fix a mistake in the code.
4+
labels:
5+
6+
---
7+
8+
**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:**
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Textual/Grammar Typo
3+
about: Help us correct a spelling or grammar error in the text.
4+
labels:
5+
6+
---
7+
8+
**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:**

0 commit comments

Comments
 (0)