From b572bd88cfe2ebada50ad0dbde49771b7e1c857c Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 11 Aug 2020 10:42:08 -0400 Subject: [PATCH] add coc ref (#209) Signed-off-by: Doug Davis --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 88729700..c307d548 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,14 @@ Javadocs are available on [javadoc.io](https://www.javadoc.io): [CNCF's Slack workspace](https://slack.cncf.io/). - Email: https://lists.cncf.io/g/cncf-cloudevents-sdk - Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack), Fabio José (`@fabiojose` on slack). + +Each SDK may have its own unique processes, tooling and guidelines, common +governance related material can be found in the +[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community) +directory. In particular, in there you will find information concerning +how SDK projects are +[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md), +[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md) +for how PR reviews and approval, and our +[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information) +information.