-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
- Loading branch information
1 parent
9f77ff1
commit 3f15b07
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
## 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 | ||
|
||
<!-- | ||
Please link the GitHub issue this pull request resolves in the format of `Fixes #1234`. If you discussed this change | ||
with a maintainer, please mention her/him using the `@` syntax (e.g. `@eddycharly`). | ||
If this change neither resolves an existing issue nor has sign-off from one of the maintainers, there is a | ||
chance substantial changes will be requested or that the changes will be rejected. | ||
--> | ||
|
||
## Proposed Changes | ||
|
||
<!-- | ||
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. | ||
**nNOTE***: If this PR results in new or altered behavior which is user facing, you **MUST** read and follow the steps outlined in the [PR documentation guide](pr_documentation.md) and add Proof Manifests as defined below. | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of | ||
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. | ||
--> | ||
|
||
- [ ] I have read the [contributing guidelines](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md). | ||
- [ ] I have read the [PR documentation guide](https://github.com/kyverno/kyverno/blob/main/.github/pr_documentation.md) and followed the process including adding proof manifests to this PR. | ||
- [ ] This is a bug fix and I have added unit tests that prove my fix is effective. | ||
|
||
## Further Comments | ||
|
||
<!-- | ||
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution | ||
you did and what alternatives you considered, etc... | ||
--> |