diff --git a/.github/ISSUE_TEMPLATE/scenario-to-support.md b/.github/ISSUE_TEMPLATE/scenario-to-support.md index 0b126e693d..a4d31d81a7 100644 --- a/.github/ISSUE_TEMPLATE/scenario-to-support.md +++ b/.github/ISSUE_TEMPLATE/scenario-to-support.md @@ -13,7 +13,7 @@ assignees: '' -- [ ] I have verified the policy does not exist in the [samples library](https://github.com/kyverno/kyverno/blob/main/samples/README.md). +- [x] I have verified the policy does not exist in the [samples library](https://kyverno.io/policies/). **Is your policy request related to a problem? Please describe.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f542064542..7e901b02a2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,10 +7,11 @@ with a maintainer, please mention her/him using the `@` syntax (e.g. `@JimBugwad 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. -You can discuss changes with maintainers in the [Kyvrno Slack Channel](https://kubernetes.slack.com/). +You can discuss changes with maintainers in the [Kyverno Slack Channel](https://kubernetes.slack.com/). --> -**What type of PR is this?** +## What type of PR is this + -- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). -- [ ] I have added tests that prove my fix is effective or that my feature - works. -- [ ] I have added or changed [the documentation](documentation/). +- [] I have read the [contributing guidelines](../blob/main/CONTRIBUTING.md). +- [] I have added tests that prove my fix is effective or that my feature works. +- [] I have added or changed [the documentation](https://github.com/kyverno/website). ## Further comments