From d24e03dd9d9a98e765348c073bace38144833c22 Mon Sep 17 00:00:00 2001 From: clausmullie Date: Wed, 29 Nov 2023 15:31:24 +0100 Subject: [PATCH 1/2] not helpful to new reader --- standard-for-public-code/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard-for-public-code/index.md b/standard-for-public-code/index.md index 17b9780..b28b16d 100644 --- a/standard-for-public-code/index.md +++ b/standard-for-public-code/index.md @@ -18,7 +18,7 @@ The CITYxCITY Academy has a [free online course](https://citybycity.academy/cour ## Standard compliance or certification process -The Foundation for Public Code ensures that codebases under its stewardship (and not in incubation or the attic) are compliant with the Standard for Public Code. +The Foundation for Public Code ensures that codebases under its stewardship are compliant with the Standard for Public Code. This makes clear to potential users and contributors that the codebase is of high quality, and updates will be too. The audit performed by the Foundation for Public Code is meant to complement machine testing, as machines are great at testing things like syntax and whether outcomes align with expectations. From 9c062af5d5bf67fb0357221cbd0db4d4eb23b343 Mon Sep 17 00:00:00 2001 From: clausmullie Date: Wed, 29 Nov 2023 15:35:21 +0100 Subject: [PATCH 2/2] adds lifecylce --- standard-for-public-code/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standard-for-public-code/index.md b/standard-for-public-code/index.md index b28b16d..c57296b 100644 --- a/standard-for-public-code/index.md +++ b/standard-for-public-code/index.md @@ -26,6 +26,8 @@ Things meant for humans are impossible for machines to test, like whether docume The audit tests the entire codebase, including source code, policy, documentation and conversation for compliance with both the standards set out by the Foundation for Public Code and the standards set out in the codebase itself. +[See the full stewardship lifecycle.](https://about.publiccode.net/activities/codebase-stewardship/lifecycle-diagram.html) + ### How the process works Every time a contribution is suggested to a codebase, for example through a merge request, the [codebase stewards](https://about.publiccode.net/roles/) of the Foundation for Public Code will audit the contribution for compliance with the Standard for Public Code.