Skip to content

Commit eb78143

Browse files
laxmikantbpandharemetacosm
authored andcommitted
style: added bug issue template so that user can create bug on java-operator-sdk repo in proper format.
style: Modified java version command to java -version style: Modified and explained how to get version of java-operator-sdk
1 parent 46b6ac9 commit eb78143

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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+
**Kubernetes cluster type:**
34+
35+
<!-- The type of cluster used for testing/deployment, ex. "vanilla", "OpenShift" -->
36+
37+
`$ Mention java-operator-sdk version from pom.xml file`
38+
39+
<!-- Verify pom.xml file and insert the java-operator-sdk version here. -->
40+
41+
`$ java -version`
42+
43+
<!-- Insert the output of `java -version` here -->
44+
45+
`$ kubectl version`
46+
47+
<!-- Insert the output of `kubectl version` here -->
48+
49+
#### Possible Solution
50+
51+
<!-- Only if you have suggestions on a fix for the bug -->
52+
53+
#### Additional context
54+
55+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)