From a30a7ab55807b3c7b54c0d3c61145dbfb7edd74d Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Tue, 20 Aug 2024 16:51:39 +0200 Subject: [PATCH] feat: new issue template for provider certification Signed-off-by: Carlos Salas --- .../ISSUE_TEMPLATE/certification_request.yaml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/certification_request.yaml diff --git a/.github/ISSUE_TEMPLATE/certification_request.yaml b/.github/ISSUE_TEMPLATE/certification_request.yaml new file mode 100644 index 00000000..21f43222 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/certification_request.yaml @@ -0,0 +1,50 @@ +name: Request for CAPI Provider Certification +description: Request that a CAPI provider is added to the list of certified providers. +body: + - type: textarea + id: provider + attributes: + label: What is the provider you would like to be added? + placeholder: "Specify the name and the type of provider." + validations: + required: true + + - type: textarea + id: repository + attributes: + label: What is the repository URL? + placeholder: "Link to GitHub repository where the provider's source code is hosted." + validations: + required: true + + - type: textarea + id: check_successful + attributes: + label: Did you follow the certification process? + placeholder: "You need to follow the certification process before requesting a provider to be added to the list. You can refer to the Turtles documentation [here](https://turtles.docs.rancher.com/tasks/provider-certification/intro)." + validations: + required: true + + - type: textarea + id: certification_info + attributes: + label: Confirm test suite integration for the provider. + placeholder: "You can share the CI status badge and the integration source code." + validations: + required: true + + - type: textarea + id: why + attributes: + label: Why do you think this provider should be added? + placeholder: "All providers in the certified list are actively validated which means we have to keep it limited to the most relevant projects." + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Anything else you would like to add? + placeholder: "Miscellaneous information." + validations: + required: false