mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
b666b1665c
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
59 lines
1.8 KiB
YAML
59 lines
1.8 KiB
YAML
name: "Bug Report: Other"
|
|
description: Report a bug not applicable to other issue templates.
|
|
title: "[Bug] "
|
|
labels: ["bug","triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please tell us about the bug, but before doing so ensure you have read the [documentation](https://kyverno.io/docs/).
|
|
- type: dropdown
|
|
id: kyverno-version
|
|
attributes:
|
|
label: Kyverno Version
|
|
description: What version of Kyverno are you running? For prior unsupported versions, please add the version in the description.
|
|
options:
|
|
- 1.11.0
|
|
- 1.11.1
|
|
- 1.11.2
|
|
- 1.11.3
|
|
- 1.11.4
|
|
- 1.11.5
|
|
- 1.12.0
|
|
- 1.12.1
|
|
- 1.12.2
|
|
- 1.12.3
|
|
- 1.12.4
|
|
- 1.12.5
|
|
- 1.13.0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Description
|
|
description: Describe what happened.
|
|
# placeholder: Tell us what you see!
|
|
# value: "asdf"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: slack
|
|
attributes:
|
|
label: Slack discussion
|
|
description: >-
|
|
If this issue is the result of a discussion thread on Slack, please provide the link to the discussion for reference.
|
|
# placeholder: ex. email@example.com
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: troubleshooting
|
|
attributes:
|
|
label: Troubleshooting
|
|
description: >-
|
|
By submitting this issue, you agree that you have performed some basic attempts at researching and solving your problem.
|
|
options:
|
|
- label: I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/).
|
|
required: true
|
|
- label: I have searched other issues in this repository and mine is not recorded.
|
|
required: true
|