From 9a9326928c05fd2bebae84176e3674a6dcbd6cfa Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Sun, 9 Jan 2022 20:02:57 +0000 Subject: [PATCH] Fix the PR template checkboxes to render empty instead of brackets (#2942) The current PR template doesn't render the checkboxes by default as unticked and instead as square brackets. This change allows contributors to use the rendered UI to check boxes instead of manually fixing markdown. Signed-off-by: Sambhav Kothari --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab3686f821..0c774b2653 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -83,17 +83,17 @@ 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](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md). -- [] I have added tests that prove my fix is effective or that my feature works. -- [] My PR contains new or altered behavior to Kyverno and - - [] CLI support should be added my PR doesn't contain that functionality. - - [] I have added or changed [the documentation](https://github.com/kyverno/website) myself in an existing PR and the link is: +- [ ] 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. +- [ ] My PR contains new or altered behavior to Kyverno and + - [ ] CLI support should be added my PR doesn't contain that functionality. + - [ ] I have added or changed [the documentation](https://github.com/kyverno/website) myself in an existing PR and the link is: - - [] I have raised an issue in [kyverno/website](https://github.com/kyverno/website) to track the doc update and the link is: + - [ ] I have raised an issue in [kyverno/website](https://github.com/kyverno/website) to track the doc update and the link is: - - [] 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. + - [ ] 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. ## Further Comments