Skip to content

Commit fbd12a6

Browse files
committed
Update issue templates
1 parent 5e708b1 commit fbd12a6

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-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/Functional-Light-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line -- if you leave this line here, I'm going to assume you didn't actually read it).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/Functional-Light-JS/issues?utf8=%E2%9C%93&q=label%3A%22foreign+language+translations%22+
11+
* https://github.com/getify/Functional-Light-JS/issues/106
12+
* https://github.com/getify/Functional-Light-JS/issues/115
13+
14+
To summarize, the steps for a foreign language translation are:
15+
16+
1. Fork this repo
17+
2. Make your own translation entirely in your fork, preferably of all six books, but at a minimum of one whole book
18+
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)
19+
4. Once the branch is created, you can PR to merge your translated work in
20+
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/Functional-Light-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line -- if you leave this line here, I'm going to assume you didn't actually read it).
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/Functional-Light-JS/blob/master/CONTRIBUTING.md)** (please feel free to remove this line -- if you leave this line here, I'm going to assume you didn't actually read it).

0 commit comments

Comments
 (0)