You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+47-12Lines changed: 47 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,15 @@ assignees: ''
7
7
8
8
---
9
9
10
+
## Which area this feature is related to?
11
+
10
12
/kind bug
11
13
12
14
<!--
13
15
14
16
Welcome! - We kindly ask you to:
15
17
16
-
1. Fill out the issue template below
18
+
1. Fill out the issue template below
17
19
2. Use the Devfile Community Slack Channel: https://kubernetes.slack.com/archives/C02SX9E5B55 if you have a question rather than a bug or feature request.
18
20
If you haven’t joined the Kubernetes workspace before, follow https://slack.k8s.io/.
19
21
@@ -22,6 +24,7 @@ Thanks for understanding and for contributing to the project!
22
24
-->
23
25
24
26
### Which area this bug is related to?
27
+
25
28
<!--
26
29
Uncomment appropriate `/area` lines, and delete the rest.
27
30
For example, `> /area api` would simply become: `/area api`
@@ -31,63 +34,95 @@ Thanks for understanding and for contributing to the project!
31
34
> /area api
32
35
> /area library
33
36
> /area registry
37
+
> /area alizer
34
38
> /area devworkspace
35
39
> /area integration-tests
36
40
> /area test-automation
37
-
41
+
> /area releng
42
+
> /area landing-page
38
43
39
44
## What versions of software are you using?
40
45
41
-
**Operating System:**
46
+
### Go project
47
+
48
+
**Operating System and version:**
42
49
43
50
**Go Pkg Version:**
44
51
52
+
### Node.js project
53
+
54
+
<!--
55
+
Please paste the text output of the console in the error output section with a screenshot
56
+
-->
57
+
58
+
**Operating System and version:**
59
+
60
+
**Node.js version:**
61
+
62
+
**Yarn version:**
63
+
64
+
**Project.json:**
65
+
66
+
### Web browser
67
+
68
+
<!--
69
+
Please paste the text output of the console in the error output section with a screenshot
70
+
-->
71
+
72
+
**Operating System and version:**
73
+
74
+
**Browser name and version:**
45
75
46
76
## Bug Summary
77
+
47
78
**Describe the bug:**
48
-
<!--
79
+
80
+
<!--
49
81
A clear and concise description of what the bug is.
50
82
-->
51
83
52
84
**To Reproduce:**
85
+
53
86
<!--
54
87
Steps to reproduce the behavior.
55
88
-->
56
89
57
-
58
90
## Expected behavior
91
+
59
92
<!--
60
93
A clear and concise description of what you expected to happen.
61
94
-->
62
95
63
-
## Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable.
96
+
## Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
97
+
64
98
<!--
65
99
To get logs:
66
100
ci: please copy the github workflow output
67
101
api: please copy the terminal output
68
102
library: please copy the terminal output
69
103
registry: follow instruction under "Collecting Logs" to find log: https://github.com/devfile/registry-support/blob/main/TROUBLESHOOTING.md
70
104
devworkspace: copy the logs from the controller (kubectl logs deploy/devworkspace-controller -n $NAMESPACE)
71
-
test-automation:
105
+
test-automation:
72
106
api: follow instruction under "Running tests locally" to find test log: https://github.com/devfile/api/tree/main/test
73
107
library: follow instruction under "Running the tests locally" to find test log: https://github.com/devfile/library/tree/main/tests
74
108
devworkspace: copy the logs from the controller (kubectl logs deploy/devworkspace-controller -n $NAMESPACE)
75
109
integration-tests: please copy the build log under prow ci result for QE ingetration tests
76
110
-->
77
111
78
-
79
112
## Additional context
113
+
80
114
<!--
81
115
Add any other context about the problem here.
82
116
-->
83
-
**Any workaround?**
117
+
118
+
### Any workaround?
119
+
84
120
<!--
85
121
Describe the workaround if applicable.
86
122
-->
87
123
88
-
**Suggestion on how to fix the bug**
124
+
### Suggestion on how to fix the bug
125
+
89
126
<!--
90
127
Provide suggestion on how to fix the bug upon your investigation, if applicable.
0 commit comments