1
1
---
2
2
name : Bug report
3
- about : Problems and issues
3
+ about : Problems and issues with code or docs
4
4
title : ' '
5
- labels : kind/bug
6
5
assignees : ' '
7
6
8
7
---
@@ -15,32 +14,35 @@ assignees: ''
15
14
16
15
-->
17
16
18
- /kind bug
19
-
20
17
<!--
21
- Thanks for filing an issue! Before hitting the button, please answer these questions.
22
- Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
18
+
19
+ Hiya! Welcome to KubeBuilder! For a smooth issue process, try to answer the following questions.
20
+ Don't worry if they're not all applicable; just try to include what you can :-)
21
+
22
+ If you need to include code snippets or logs, please put them in fenced code
23
+ blocks. If they're super-long, please use the details tag like
24
+ <details><summary>super-long log</summary> lots of stuff </details>
25
+
23
26
-->
24
27
25
- ** What did you do?**
26
- A clear and concise description of the steps you took (or insert a code snippet).
28
+ <!-- What broke (please include exact error messages if you can) -->
29
+
30
+ <!-- What did you expect to happen? What do you think went wrong? -->
27
31
28
- ** What did you expect to see?**
29
- A clear and concise description of what you expected to happen (or insert a code snippet).
32
+ <!-- If you don't know what broke, but have a minimal reproducer, that would be super-helpful helpful! -->
30
33
31
- ** What did you see instead? Under which circumstances?**
32
- A clear and concise description of what you expected to happen (or insert a code snippet).
34
+ <!--
33
35
34
- ** Environment**
35
- * go version:
36
+ What versions of software are you using? Specifically, the following are often useful:
36
37
37
- <!-- - Insert the output of `go version` here -->
38
+ * go version
39
+ * kubebuilder version (`kubebuilder version`) and scaffolding version (check your `PROJECT` file)
40
+ * controller-runtime version (check your `go.mod` file)
41
+ * controller-tools version
42
+ * Kubernetes & kubectl versions (just run `kubectl version` against your API server)
38
43
39
- * Kubernetes version information:
40
- <!-- - Insert the output of `kubectl version` here -->
44
+ -->
41
45
42
- ** Possible Solution**
43
- <!-- - Only if you have suggestions on a fix for the bug -->
46
+ <!-- If this is actually about documentation, add `/kind documentation` below -->
44
47
45
- ** Additional context**
46
- Add any other context about the problem here.
48
+ /kind bug
0 commit comments