From 6d2d2e3c1be5bba6306880359613295e92dd09cc Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Wed, 10 Feb 2021 11:57:43 -0500 Subject: [PATCH] Actually fix contributor link in PR template (#1575) * update links and formatting in PR template Signed-off-by: Chip Zoller * update policy submission request template Signed-off-by: Chip Zoller * actually fix contrib guidelines Signed-off-by: Chip Zoller * actually fix contrib guidelines Signed-off-by: Chip Zoller --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7e901b02a2..874b6e55ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -38,7 +38,7 @@ 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/main/CONTRIBUTING.md). +- [] I have read the [contributing guidelines](https://github.com/kyverno/kyverno/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).