Skip to content

Commit 14d68c5

Browse files
committed
Added more issue templates
1 parent 23a4458 commit 14d68c5

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE/Bug.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug Report Template
3+
about: This issue template is used to notify about errors, typos and general mistakes in the book
4+
title: ''
5+
labels: 'Bug'
6+
assignees: ''
7+
---
8+
9+
Bug Report
10+
----------
11+
12+
Have you found a mistake in the book? Please describe it!
13+
14+
**Where:** [section you found the mistake in]
15+
16+
#### Describe briefly the issue
17+
18+
A clear and concise description of the mistake you found. This will help when scanning through requests.
19+
20+
#### If necessary, describe the issue in detail
21+
22+
Here you can take as much space as needed to explain the mistake in the highest amount of detail possible.
23+
24+
#### Additional Notes
25+
26+
Take a minute, if you want, to add additional context to this issue. This may contain sources, notes or anything else you want to say.

.github/ISSUE_TEMPLATE/Question.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Question Template
3+
about: Something about the book is not clear? Would you like to ask a question? No problem!
4+
title: ''
5+
labels: 'Question'
6+
assignees: ''
7+
---
8+
Question
9+
--------
10+
11+
Found something that is not clear? Do you have a question about the content of the book? Feel free to drop your question here.
12+
13+
**Where:** [the section of the book that is not clear]
14+
15+
#### Question
16+
17+
Feel free to write your question here!

.gitlab/issue_templates/Bug.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Bug Report
2+
----------
3+
4+
Have you found a mistake in the book? Please describe it!
5+
6+
**Where:** [section you found the mistake in]
7+
8+
#### Describe briefly the issue
9+
10+
A clear and concise description of the mistake you found. This will help when scanning through requests.
11+
12+
#### If necessary, describe the issue in detail
13+
14+
Here you can take as much space as needed to explain the mistake in the highest amount of detail possible.
15+
16+
#### Additional Notes
17+
18+
Take a minute, if you want, to add additional context to this issue. This may contain sources, notes or anything else you want to say.

.gitlab/issue_templates/Question.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Question
2+
--------
3+
4+
Found something that is not clear? Do you have a question about the content of the book? Feel free to drop your question here.
5+
6+
**Where:** [the section of the book that is not clear]
7+
8+
#### Question
9+
10+
Feel free to write your question here!

0 commit comments

Comments
 (0)