Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 1 addition & 41 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ body:
default: 0
validations:
required: true
- type: textarea
id: describe-bug
attributes:
label: What happened?
description: Add as much details about the bug as you can.
placeholder: Tell is what you see!
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
Expand All @@ -86,36 +78,4 @@ body:
2. View logs on '....'
3. See error
validations:
required: false
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: How did you expect the product/feature to behave?
placeholder: What way did you expect this to behave?
validations:
required: false
- type: textarea
id: kubernetes-describe-output
attributes:
label: Kubectl Describe output
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.
render: shell
validations:
required: false
- type: textarea
id: logs
attributes:
label: Log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Contributing Guidelines
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)
options:
- label: I confirm that I have read the Report a Bug section of the Contributing Guidelines
required: true
required: true