mirror of
https://github.com/getify/You-Dont-Know-JS.git
synced 2025-04-05 13:41:15 +08:00
adding issue-templates to this branch
This commit is contained in:
parent
1e6fe1bb74
commit
e809904fd9
22
.github/ISSUE_TEMPLATE/content-question.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/content-question.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Content Question
|
||||
about: Ask a question about something you read in the books?
|
||||
labels:
|
||||
|
||||
---
|
||||
|
||||
**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).
|
||||
|
||||
----
|
||||
|
||||
**Please type "I already searched for this issue":**
|
||||
|
||||
**Edition:** (1st or 2nd)
|
||||
|
||||
**Book Title:**
|
||||
|
||||
**Chapter:**
|
||||
|
||||
**Section Title:**
|
||||
|
||||
**Question:**
|
27
.github/ISSUE_TEMPLATE/foreign-translation-request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/foreign-translation-request.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Foreign Translation Request
|
||||
about: Want to request a translation into a foreign language?
|
||||
labels:
|
||||
|
||||
---
|
||||
|
||||
Foreign translations are appreciated. However, any such requests should wait until the 2nd edition is complete.
|
||||
|
||||
**I will not be accepting any new foreign translations for previous editions.**
|
||||
|
||||
----
|
||||
|
||||
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
|
22
.github/ISSUE_TEMPLATE/report-technical-mistake.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/report-technical-mistake.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Report Technical Mistake
|
||||
about: Help us fix a mistake in the code.
|
||||
labels:
|
||||
|
||||
---
|
||||
|
||||
**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).
|
||||
|
||||
----
|
||||
|
||||
**Please type "I already searched for this issue":**
|
||||
|
||||
**Edition:** (1st or 2nd)
|
||||
|
||||
**Book Title:**
|
||||
|
||||
**Chapter:**
|
||||
|
||||
**Section Title:**
|
||||
|
||||
**Problem:**
|
22
.github/ISSUE_TEMPLATE/textual-grammar-typo.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/textual-grammar-typo.md
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Textual/Grammar Typo
|
||||
about: Help us correct a spelling or grammar error in the text.
|
||||
labels:
|
||||
|
||||
---
|
||||
|
||||
**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).
|
||||
|
||||
----
|
||||
|
||||
**Please type "I already searched for this issue":**
|
||||
|
||||
**Edition:** (1st or 2nd)
|
||||
|
||||
**Book Title:**
|
||||
|
||||
**Chapter:**
|
||||
|
||||
**Section Title:**
|
||||
|
||||
**Problem:**
|
Loading…
x
Reference in New Issue
Block a user