From 3655268e4d5b6b166a6533311ccf8043f6a90518 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira da Silva Date: Wed, 17 Jan 2024 10:33:11 -0300 Subject: [PATCH] Ensure that the CNCF Code of Conduct are explicitly referenced at the project's README on GitHub Closes #26268 Signed-off-by: Bruno Oliveira da Silva --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e90f2490292..e90675b02c89 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To write tests, refer to the [writing tests](docs/tests-development.md) guide. ## Contributing -Before contributing to Keycloak, please read our [contributing guidelines](CONTRIBUTING.md). +Before contributing to Keycloak, please read our [contributing guidelines](CONTRIBUTING.md). Participation in the Keycloak project is governed by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). ## Other Keycloak Projects