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