From 4dbfb9490b8722b318fcaeb4be256ce4d3272d83 Mon Sep 17 00:00:00 2001 From: Chip Zoller <chipzoller@gmail.com> Date: Tue, 9 Feb 2021 18:02:15 -0500 Subject: [PATCH] update links and formatting in PR template (#1573) * update links and formatting in PR template Signed-off-by: Chip Zoller <chipzoller@gmail.com> * update policy submission request template Signed-off-by: Chip Zoller <chipzoller@gmail.com> --- .github/ISSUE_TEMPLATE/scenario-to-support.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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: '' <!-- Put an `x` in the boxes that apply to indicate you have done these things. --> -- [ ] 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 + <!-- > Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line: @@ -37,10 +38,9 @@ Put an `x` in the boxes that apply. You can also fill these out after creating t 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](../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