From 86331c6abd779d577f066717e13a9fe6d6097c99 Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Mon, 26 Feb 2024 13:45:41 +0100 Subject: [PATCH] add PR template for adopters Signed-off-by: Matthias Bertschy --- .github/PULL_REQUEST_TEMPLATE/adopters.md | 7 +++++++ .../pull_request_template.md} | 0 2 files changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/adopters.md rename .github/{PULL_REQUEST_TEMPLATE.md => PULL_REQUEST_TEMPLATE/pull_request_template.md} (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/adopters.md b/.github/PULL_REQUEST_TEMPLATE/adopters.md new file mode 100644 index 00000000..60053b1f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/adopters.md @@ -0,0 +1,7 @@ +## Adding a new adopter + +- Name of the adopter: +- URL of the adopter (if applicable): +- Why do you use Kubescape and your use case + +Please ensure you have followed our Code of Conduct and Contributing Guidelines. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pull_request_template.md