Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 74aefac

Browse files
committed
Create issue templates
Create issue templates
1 parent 38e8ca3 commit 74aefac

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---------------
2+
name: Bug
3+
about: If something is not working properly
4+
labels: bug
5+
---------------
6+
<!-- If you don't need any of these sections, just remove them...-->
7+
8+
### Description
9+
<!-- Give a detailed description of what is wrong -->
10+
11+
12+
### How to reproduce
13+
<!-- A detailed step by step guide how the error can be
14+
reproduced really helps fixing it. -->
15+
16+
17+
### Error Log
18+
<!-- If the console contains some information that could
19+
help identifing the problem paste them in the next empty line -->
20+
```
21+
22+
```
23+
24+
### References
25+
<!-- If this affects other issues/pull requests/or specific code, reference it:
26+
#2 - A recent issue or Pull request
27+
codeoverflow-org/chatoverflow-api#10 - Issue or pr from different repo
28+
ddc94ecc7481b8fd34b6bb2a88eaf3a53c5ebfdb - A commit
29+
https://github.com/codeoverflow-org/chatoverflow/blob/e42c17d5524f82c83c7111943d11ee612d40d681/bootstrap/src/main/scala/Bootstrap.scala#L47
30+
- A specific line in code
31+
-->
32+
33+
34+
<!-- Final checklist:
35+
36+
Please make sure that your error hasn't already been reportet.
37+
The issues page hase a nice search and filter function for that.
38+
39+
-->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---------------
2+
name: Enhancement
3+
about: If you have an idea for a new feature or want something to be improved
4+
labels: enhancement
5+
---------------
6+
<!-- If you don't need any of these sections, just remove them...-->
7+
8+
### Description
9+
<!-- Give a detailed description of the enhacement -->
10+
11+
12+
### References
13+
<!-- If this affects other issues/pull requests/or specific code, reference it:
14+
#2 - A recent issue or Pull request
15+
codeoverflow-org/chatoverflow-api#10 - Issue or pr from different repo
16+
ddc94ecc7481b8fd34b6bb2a88eaf3a53c5ebfdb - A commit
17+
https://github.com/codeoverflow-org/chatoverflow/blob/e42c17d5524f82c83c7111943d11ee612d40d681/bootstrap/src/main/scala/Bootstrap.scala#L47
18+
- A specific line in code
19+
-->
20+
21+
22+
23+
<!-- Final checklist:
24+
25+
Please make sure that this enhancement hasn't already been suggested.
26+
The issues page hase a nice search and filter function for that.
27+
28+
-->

0 commit comments

Comments
 (0)