Merge pull request #52 from cloudevents/addGovDocs
add some missing governance docs
This commit is contained in:
commit
fce1f2a05b
|
@ -0,0 +1,7 @@
|
||||||
|
admins:
|
||||||
|
- lamw
|
||||||
|
- markpeek
|
||||||
|
- dmilov
|
||||||
|
- embano1
|
||||||
|
- SimeonGerginov
|
||||||
|
approvers:
|
28
README.md
28
README.md
|
@ -159,4 +159,30 @@ Read-CloudEventData -CloudEvent $cloudEvent
|
||||||
108
|
108
|
||||||
100
|
100
|
||||||
33
|
33
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
Loading…
Reference in New Issue