From c5c9673f1457a1ccac41817f54d72d196515e5a6 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Tue, 2 Nov 2021 16:48:19 -0700 Subject: [PATCH] Update daprdocs/content/en/operations/components/certification-lifecycle.md Co-authored-by: Will --- .../content/en/operations/components/certification-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/certification-lifecycle.md b/daprdocs/content/en/operations/components/certification-lifecycle.md index 9405730a5..090bc5c55 100644 --- a/daprdocs/content/en/operations/components/certification-lifecycle.md +++ b/daprdocs/content/en/operations/components/certification-lifecycle.md @@ -109,7 +109,7 @@ For a new component requiring a certification change from Beta to Stable, a requ - Requestor creates an issue in the `components-contrib` repository for certification of the component with the current and the new certification levels - Requestor submits a PR for the test plan as a `README.md` file in the component's source code directory - The requestor details the test environment requirements in the created PR, including any manual steps or credentials needed - - A Dapr maintainer reviews the test plan, giving feedback or approving it and merges the PR + - A Dapr maintainer reviews the test plan, provides feedback or approves it, and eventually merges the PR - Requestor submits a PR for the automated certification tests, including scripts to provision resources when applicable - After the test environment setup is completed and credentials provisioned, Dapr maintainers review the PR and, if approved, merges the PR - Requestor submits a PR in the `docs` repository, updating the component's certification level