From 6d99da18890f1acbf6582c0820fa08306435bc40 Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:22:03 +0800 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 28 +++++++++----------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6fbe35cc1d..eff8ce1779 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -18,21 +18,7 @@ body: [e.g. v0.8.0] validations: required: true - - type: dropdown - id: type - attributes: - label: Bug Type - multiple: false - options: - - "IPAM" - - "Communication Issue" - - "Installation Issue" - - "Spiderpool-Controller" - - "Spiderpoo-Agent" - - "Coordinator" - - "Other" - validations: - required: true + - type: input id: main-cni attributes: @@ -40,21 +26,24 @@ body: description: | The primary CNI used in the deployment (e.g. macvlan,ipvlan,sriov) validations: - required: true + required: false + - type: textarea id: bug-report attributes: - label: What happened? + label: bug description description: A clear and concise description of what the bug is. validations: required: true + - type: textarea id: exp-behaviour attributes: label: What did you expect to happen? description: a clear and concise description of what you expected to happen. validations: - required: true + required: false + - type: textarea id: reproduce attributes: @@ -65,7 +54,8 @@ body: 2. Annotate the annotations to Pod 3. Show your Spidercoordinator config in your cluster validations: - required: true + required: false + - type: textarea id: add-context attributes: