From 2c1eba2f62f6f66b3f6710c6320a58e4b7092a58 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 11 Aug 2020 14:33:34 +0000 Subject: [PATCH] add coc ref Signed-off-by: Doug Davis --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index abdfdfc..d37cafe 100644 --- a/README.md +++ b/README.md @@ -332,3 +332,14 @@ For mapping a received `MqttApplicationMessage` to a CloudEvent, you can use the - Email: https://lists.cncf.io/g/cncf-cloudevents-sdk - Contact for additional information: Clemens Vasters (`@Clemens Vasters` 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.