Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify bug report form #6550

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
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
41 changes: 1 addition & 40 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body:
description: What version of our F5 NGINX Ingress Controller are you running?
options:
- edge
- 3.7.0
shaun-nx marked this conversation as resolved.
Show resolved Hide resolved
- 3.6.2
- 3.6.1
- 3.6.0
Expand Down Expand Up @@ -68,14 +69,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 @@ -87,35 +80,3 @@ body:
3. See error
validations:
required: false
shaun-nx marked this conversation as resolved.
Show resolved Hide resolved
- 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