Skip to content

Commit 4d8789c

Browse files
authored
Simplify bug report (#6550)
1 parent db1022d commit 4d8789c

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ body:
6868
default: 0
6969
validations:
7070
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
7971
- type: textarea
8072
id: steps-to-reproduce
8173
attributes:
@@ -86,36 +78,4 @@ body:
8678
2. View logs on '....'
8779
3. See error
8880
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
121-
required: true
81+
required: true

0 commit comments

Comments
 (0)