Skip to content

Commit ab9f80b

Browse files
authored
Add issue templates (#44)
1 parent d007ab7 commit ab9f80b

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--- Please fill out the sections, deleting any that are not applicable -->
11+
12+
### Description
13+
14+
[Description of the bug]
15+
16+
### Application Configuration
17+
18+
[If applicable, any relevant resource YAML configuration or the name of the example application]
19+
20+
### To Reproduce
21+
22+
[Minimal set of steps to reproduce the behavior]
23+
24+
1. ...
25+
2. ...
26+
3. ...
27+
28+
### Actual Behavior
29+
30+
[Description of the actual behavior]
31+
32+
### Expected Behavior
33+
34+
[Description of the expected behavior]
35+
36+
### Screenshots
37+
38+
[If applicable, any screenshots that show the issue]
39+
40+
### Stack Trace
41+
42+
[If applicable, the stack trace which shows the error. Find it with `cortex logs <resource name>`, or use `kubectl get pods -n cortex` and use the name of the failed pod in `kubectl logs <pod name> -n cortex`]
43+
44+
```
45+
<paste stack trace here>
46+
```
47+
48+
### Version
49+
50+
[e.g. `0.2.2` or `master` (find with `cortex --version`)]
51+
52+
### Additional Context
53+
54+
[If applicable, any other context about the problem]
55+
56+
### Possible Solution / Implementation
57+
58+
[Optional]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
12+
[A description of the feature]
13+
14+
### Motivation
15+
16+
[An explanation of how this will improve the product, what problem this will solve, and/or what the use case is]
17+
18+
### Additional Context
19+
20+
[Optional: Any relevant context, designs, notes, or resources]

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Question
3+
about: Ask a question
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---

0 commit comments

Comments
 (0)