Skip to content

Commit 8a31ef9

Browse files
added issues templates for bug-report, fature-request, and support-question
1 parent 3043a46 commit 8a31ef9

File tree

3 files changed

+152
-0
lines changed

3 files changed

+152
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
name: Bug Report
3+
about: If things aren't working as expected.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Report
11+
12+
<!--
13+
Thanks for filing an issue! Before hitting the button, please answer these questions.
14+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
15+
16+
Note: Make sure to first check the prerequisites that can be found in the main README.md file!
17+
-->
18+
19+
#### What did you do?
20+
21+
<!-- A clear and concise description of the steps you took (or insert a code snippet). -->
22+
23+
#### What did you expect to see?
24+
25+
<!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
26+
27+
#### What did you see instead? Under which circumstances?
28+
29+
<!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
30+
31+
#### Environment
32+
33+
**Operator type:**
34+
35+
<!-- Uncomment the following line corresponding to the Java language of the operator type -->
36+
37+
<!-- /language java -->
38+
39+
**Kubernetes cluster type:**
40+
41+
<!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
42+
43+
`$ operator-sdk version`
44+
45+
<!-- Insert the output of `operator-sdk version` here. -->
46+
47+
`$ java -version` (if language is Java)
48+
49+
<!-- Insert the output of `java -version` here -->
50+
51+
`$ kubectl version`
52+
53+
<!-- Insert the output of `kubectl version` here -->
54+
55+
#### Possible Solution
56+
57+
<!-- Only if you have suggestions on a fix for the bug -->
58+
59+
#### Additional context
60+
61+
<!-- Add any other context about the problem here. -->
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Request
11+
12+
#### Describe the problem you need a feature to resolve.
13+
14+
<!--
15+
A clear and concise description of what the problem is. Example:
16+
17+
I have an issue when ...
18+
-->
19+
20+
#### Describe the solution you'd like.
21+
22+
<!-- A clear and concise description of what you want to happen. Add any considered drawbacks. -->
23+
24+
<!-- /language java -->
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
name: Support Question
3+
about: Any support questions you might have.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Thanks for filing an issue! Before hitting the button, please answer these questions.
12+
13+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
14+
15+
We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions.
16+
-->
17+
18+
## Type of question
19+
20+
<!-- Uncomment one or more of the following lines depending on what you are asking about: -->
21+
22+
<!-- Best practices -->
23+
<!-- How to implement a specific feature -->
24+
<!-- General operator-related help -->
25+
<!-- Open question -->
26+
27+
## Question
28+
29+
#### What did you do?
30+
31+
<!-- A clear and concise description of the steps you took (or insert a code snippet). -->
32+
33+
#### What did you expect to see?
34+
35+
<!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
36+
37+
#### What did you see instead? Under which circumstances?
38+
39+
<!-- A clear and concise description of what you expected to happen (or insert a code snippet). -->
40+
41+
#### Environment
42+
43+
**Operator type:**
44+
45+
<!-- Uncomment the following line corresponding to the Java language of the operator type -->
46+
47+
<!-- /language java -->
48+
49+
**Kubernetes cluster type:**
50+
51+
<!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
52+
53+
`$ operator-sdk version`
54+
55+
<!-- Insert the output of `operator-sdk version` here. -->
56+
57+
`$ java -version` (if language is Java)
58+
59+
<!-- Insert the output of `go version` here -->
60+
61+
`$ kubectl version`
62+
63+
<!-- Insert the output of `kubectl version` here -->
64+
65+
#### Additional context
66+
67+
<!-- Add any other context about the question here. -->

0 commit comments

Comments
 (0)