just to align with other sdks (#21)
Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
parent
493db3448d
commit
40d1efde0b
21
README.md
21
README.md
|
@ -2,6 +2,25 @@
|
||||||
|
|
||||||
Work in progress SDK for [CloudEvents](https://github.com/cloudevents/spec)
|
Work in progress SDK for [CloudEvents](https://github.com/cloudevents/spec)
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
This SDK current supports the following versions of CloudEvents:
|
||||||
|
- TBD
|
||||||
|
|
||||||
## Development & Contributing
|
## Development & Contributing
|
||||||
|
|
||||||
If you're interested in contributing to sdk-rust, look at [Contributing documentation](CONTRIBUTING.md)
|
If you're interested in contributing to sdk-rust, look at [Contributing documentation](CONTRIBUTING.md)
|
||||||
|
|
||||||
|
## 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 (or #cloudevents-sdk-rust) channel under
|
||||||
|
[CNCF's Slack workspace](https://slack.cncf.io/).
|
||||||
|
- Contact for additional information: Fancesco Guardiani (`@slinkydeveloper`
|
||||||
|
on slack).
|
||||||
|
|
Loading…
Reference in New Issue