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.yml
+1-41Lines changed: 1 addition & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,6 @@ body:
68
68
default: 0
69
69
validations:
70
70
required: true
71
-
- type: textarea
72
-
id: describe-bug
73
-
attributes:
74
-
label: What happened?
75
-
description: Add as much details about the bug as you can.
76
-
placeholder: Tell is what you see!
77
-
validations:
78
-
required: true
79
71
- type: textarea
80
72
id: steps-to-reproduce
81
73
attributes:
@@ -86,36 +78,4 @@ body:
86
78
2. View logs on '....'
87
79
3. See error
88
80
validations:
89
-
required: false
90
-
- type: textarea
91
-
id: expected-behaviour
92
-
attributes:
93
-
label: Expected behaviour
94
-
description: How did you expect the product/feature to behave?
95
-
placeholder: What way did you expect this to behave?
96
-
validations:
97
-
required: false
98
-
- type: textarea
99
-
id: kubernetes-describe-output
100
-
attributes:
101
-
label: Kubectl Describe output
102
-
description: Please run `kubectl describe` on any relevant Kubernetes resources. e.g. `kubectl describe deployment my-nginx-ingress-controller-deployment`. This will be automatically formatted into code, so no need for backticks.
103
-
render: shell
104
-
validations:
105
-
required: false
106
-
- type: textarea
107
-
id: logs
108
-
attributes:
109
-
label: Log output
110
-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
111
-
render: shell
112
-
validations:
113
-
required: false
114
-
- type: checkboxes
115
-
id: terms
116
-
attributes:
117
-
label: Contributing Guidelines
118
-
description: By submitting this issue, you agree that you have read the [Report a Bug](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md#report-a-bug) section of our [Contributing Guidelines](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md)
119
-
options:
120
-
- label: I confirm that I have read the Report a Bug section of the Contributing Guidelines
0 commit comments