Skip to content

Commit 59eb246

Browse files
committed
.github: Update issue templates
1 parent dcd51eb commit 59eb246

File tree

6 files changed

+103
-5
lines changed

6 files changed

+103
-5
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
me: Bug Report
2+
name:
33
about: If things aren't working as expected.
44

55
---

.github/ISSUE_TEMPLATE/Feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
me: Feature Request
2+
name:
33
about: Suggest a feature
44

55
---
@@ -11,4 +11,3 @@ A clear and concise description of what the problem is. Example: "I have an issu
1111

1212
**Describe the solution you'd like**
1313
A clear and concise description of what you want to happen. Add any considered drawbacks.
14-

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
me: Question
2+
name:
33
about: Any support questions you might have.
44

55
---
6+
67
<!--
78
Thanks for filing an issue! Before hitting the button, please answer these questions.
89
@@ -41,4 +42,3 @@ A clear and concise description of what you expected to happen (or insert a code
4142

4243
**Additional context**
4344
Add any other context about the question here.
44-

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug Report
3+
about: If things aren't working as expected.
4+
5+
---
6+
7+
## Bug Report
8+
9+
<!--
10+
Thanks for filing an issue! Before hitting the button, please answer these questions.
11+
12+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
13+
-->
14+
15+
**What did you do?**
16+
A clear and concise description of the steps you took (or insert a code snippet).
17+
18+
**What did you expect to see?**
19+
A clear and concise description of what you expected to happen (or insert a code snippet).
20+
21+
**What did you see instead? Under which circumstances?**
22+
A clear and concise description of what you expected to happen (or insert a code snippet).
23+
24+
25+
**Environment**
26+
* operator-sdk version:
27+
28+
Insert operator-sdk release or Git SHA here. If you have paste the Gopkg.lock operator-sdk information here.
29+
30+
* Kubernetes version information:
31+
32+
Insert output of `kubectl version` here
33+
34+
* Kubernetes cluster kind:
35+
36+
* Are you writing your operator in ansible or go?
37+
38+
**Possible Solution**
39+
<!--- Only if you have suggestions on a fix for the bug -->
40+
41+
**Additional context**
42+
Add any other context about the problem here.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a feature
4+
5+
---
6+
7+
## Feature Request
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Example: "I have an issue when [...]"
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen. Add any considered drawbacks.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Support Question
3+
about: Any support questions you might have.
4+
5+
---
6+
7+
<!--
8+
Thanks for filing an issue! Before hitting the button, please answer these questions.
9+
10+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
11+
12+
We will try our best to answer the question, but we also have a mailing list and slack channel for any other questions.
13+
-->
14+
15+
## Type of question
16+
17+
**Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?**
18+
19+
20+
## Question
21+
22+
**What did you do?**
23+
A clear and concise description of the steps you took (or insert a code snippet).
24+
25+
**What did you expect to see?**
26+
A clear and concise description of what you expected to happen (or insert a code snippet).
27+
28+
**What did you see instead? Under which circumstances?**
29+
A clear and concise description of what you expected to happen (or insert a code snippet).
30+
31+
32+
**Environment**
33+
* operator-sdk version:
34+
35+
insert release or Git SHA here
36+
37+
* Kubernetes version information:
38+
39+
insert output of `kubectl version` here
40+
41+
* Kubernetes cluster kind:
42+
43+
**Additional context**
44+
Add any other context about the question here.

0 commit comments

Comments
 (0)