mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 10:28:36 +00:00
Template updates (#4150)
* add chipzoller to CODEOWNERS Signed-off-by: Chip Zoller <chipzoller@gmail.com> * update version drop-downs Signed-off-by: Chip Zoller <chipzoller@gmail.com> * add explanation section Signed-off-by: Chip Zoller <chipzoller@gmail.com> Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com>
This commit is contained in:
parent
b68f4ba679
commit
fbde1fbcbe
4 changed files with 17 additions and 0 deletions
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -19,7 +19,10 @@ body:
|
|||
- 1.6.0
|
||||
- 1.6.1
|
||||
- 1.6.2
|
||||
- 1.6.3
|
||||
- 1.7.0
|
||||
- 1.7.1
|
||||
- 1.7.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
3
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -18,7 +18,10 @@ body:
|
|||
- 1.6.0
|
||||
- 1.6.1
|
||||
- 1.6.2
|
||||
- 1.6.3
|
||||
- 1.7.0
|
||||
- 1.7.1
|
||||
- 1.7.2
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
3
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -18,7 +18,10 @@ body:
|
|||
- 1.6.0
|
||||
- 1.6.1
|
||||
- 1.6.2
|
||||
- 1.6.3
|
||||
- 1.7.0
|
||||
- 1.7.1
|
||||
- 1.7.2
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
|
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,3 +1,11 @@
|
|||
## Explanation
|
||||
|
||||
<!--
|
||||
In a couple sentences, explain why this PR is needed and what it addresses. This should be an explanation a non-developer user can understand and covers the "why" question. It should also clearly indicate whether this PR represents an addition, a change, or a fix of existing behavior. This explanation will be used to assist in the release note drafting process.
|
||||
|
||||
THIS IS MANDATORY.
|
||||
-->
|
||||
|
||||
## Related issue
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Add table
Reference in a new issue