Skip to content

Commit ff74fcc

Browse files
committed
Update issue templates
1 parent 0cc17c5 commit ff74fcc

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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).
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Foreign Translation Request?
3+
about: Want to request a translation into a foreign language?
4+
labels:
5+
6+
---
7+
8+
Please check these issues first:
9+
10+
* https://github.com/getify/You-Dont-Know-JS/issues?utf8=%E2%9C%93&q=label%3A%22foreign+language+translations%22+
11+
* https://github.com/getify/You-Dont-Know-JS/issues/9
12+
* https://github.com/getify/You-Dont-Know-JS/issues/900
13+
* https://github.com/getify/You-Dont-Know-JS/issues/1378
14+
15+
To summarize, the steps for a foreign language translation are:
16+
17+
1. Fork this repo
18+
2. Make your own translation entirely in your fork, preferably of all six books, but at a minimum of one whole book
19+
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)
20+
4. Once the branch is created, you can PR to merge your translated work in
21+
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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).

0 commit comments

Comments
 (0)