Skip to content

Commit

Permalink
Merge pull request spidernet-io#3935 from spidernet-io/weizhoublue-pa…
Browse files Browse the repository at this point in the history
…tch-1

Update bug_report.yaml
  • Loading branch information
weizhoublue authored Aug 29, 2024
2 parents ff977a1 + 6d99da1 commit 8c54ae1
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,32 @@ 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:
label: Main CNI
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:
Expand All @@ -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:
Expand Down

0 comments on commit 8c54ae1

Please sign in to comment.