From 685bcbb90c2fae3fc01f04bc5a5147538d995737 Mon Sep 17 00:00:00 2001 From: shaun-nx Date: Tue, 1 Oct 2024 11:42:50 +0100 Subject: [PATCH 1/2] Simplify bug report --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 41 +-------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 4373bea1e0..b855043fa1 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -14,6 +14,7 @@ body: description: What version of our F5 NGINX Ingress Controller are you running? options: - edge + - 3.7.0 - 3.6.2 - 3.6.1 - 3.6.0 @@ -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: @@ -87,35 +80,3 @@ body: 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 From 90924a1b4b4ded423c441a56c8923365d07d0ff2 Mon Sep 17 00:00:00 2001 From: shaun-nx Date: Tue, 1 Oct 2024 11:53:07 +0100 Subject: [PATCH 2/2] Make "steps to reproduce" required and remove 3.7.0 from dropdown --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index b855043fa1..feea3b61ac 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -14,7 +14,6 @@ body: description: What version of our F5 NGINX Ingress Controller are you running? options: - edge - - 3.7.0 - 3.6.2 - 3.6.1 - 3.6.0 @@ -79,4 +78,4 @@ body: 2. View logs on '....' 3. See error validations: - required: false + required: true