From 69b301acc523475b683ffaccb331bce3e5d13edb Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Mon, 11 Sep 2023 19:47:35 +0000 Subject: [PATCH] add some missing governance docs Signed-off-by: Doug Davis --- OWNERS | 7 +++++++ README.md | 28 +++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 OWNERS diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..15e8621 --- /dev/null +++ b/OWNERS @@ -0,0 +1,7 @@ +admins: +- lamw +- markpeek +- dmilov +- embano1 +- SimeonGerginov +approvers: diff --git a/README.md b/README.md index a844a2b..5df8a0e 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,30 @@ Read-CloudEventData -CloudEvent $cloudEvent 108 100 33 -``` \ No newline at end of file +``` + +## Community + +- There are bi-weekly calls immediately following the + [Serverless/CloudEvents call](https://github.com/cloudevents/spec#meeting-time) + at 9am PT (US Pacific). Which means they will typically start at 10am PT, but + if the other call ends early then the SDK call will start early as well. See + the + [CloudEvents meeting minutes](https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit#) + to determine which week will have the call. +- Slack: #cloudeventssdk channel under + [CNCF's Slack workspace](https://slack.cncf.io/). +- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk +- Contact for additional information: Michael Gasch (`@Michael Gasch` + 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.