From fae48094d8412a779728710e95fc40f6510678da Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Mon, 12 Apr 2021 21:00:29 -0400 Subject: [PATCH] add PR docs guide (#1788) Signed-off-by: Chip Zoller --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++-- .github/pr_documentation.md | 141 +++++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+), 6 deletions(-) create mode 100644 .github/pr_documentation.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6ee9864815..f1eccf20a6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,7 @@ You can discuss changes with maintainers in the [Kyverno Slack Channel](https:// -## Proposed changes +## Proposed Changes + +### Proof Manifests + + ## Checklist @@ -40,12 +58,16 @@ them, don't hesitate to ask. We're here to help! This is simply a reminder of wh - [] 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). - - If not, I have raised an issue in [kyverno/website](https://github.com/kyverno/website) to track the doc update: +- [] My PR contains new or altered behavior to Kyverno and + - [] 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 read the [PR documentation guide](pr_documentation.md) and followed the process including adding proof manifests to this PR. -## Further comments +## Further Comments