mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 10:28:36 +00:00
feat: add 1.11.0 in GH issue templates (#8496)
This commit is contained in:
parent
d421c8860b
commit
9c69774a67
3 changed files with 4 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -40,6 +40,7 @@ body:
|
|||
- 1.10.1
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
- 1.11.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -91,7 +92,7 @@ body:
|
|||
description: >-
|
||||
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
Kyverno CLI logs may be found by passing the -v flag to any command.
|
||||
render: shell
|
||||
render: Shell
|
||||
- type: input
|
||||
id: slack
|
||||
attributes:
|
||||
|
|
1
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -39,6 +39,7 @@ body:
|
|||
- 1.10.1
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
- 1.11.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
1
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -39,6 +39,7 @@ body:
|
|||
- 1.10.1
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
- 1.11.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
Loading…
Add table
Reference in a new issue