Skip to content

Commit

Permalink
Merge pull request #1229 from duglin/moreGov
Browse files Browse the repository at this point in the history
more review changes
  • Loading branch information
duglin authored Oct 10, 2023
2 parents a04f46e + 6605078 commit c48be59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ events into CloudEvents, see

## SDKs

In addition to the documentation mentioned above, there is also an
[SDK requirements](cloudevents/SDK.md) doc as well as a set of SDKs being
developed:
In addition to the documentation mentioned above, there are also a set of
language specific SDKs being developed:

- [C#/.NET](https://github.com/cloudevents/sdk-csharp)
- [Go](https://github.com/cloudevents/sdk-go)
Expand All @@ -92,6 +91,8 @@ developed:
- [Ruby](https://github.com/cloudevents/sdk-ruby)
- [Rust](https://github.com/cloudevents/sdk-rust)

The [SDK requirements](cloudevents/SDK.md) document provides information
on how the SDKs are managed and what is expected of each one.
The SDK [feature support table](cloudevents/SDK.md#feature-support) is a
good resource to see which features, event formats and bindings are supported
by each SDK.
Expand Down
6 changes: 6 additions & 0 deletions cloudevents/SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ following SDKs:
This is intended to provide guidance and requirements for SDK authors. This
document is intended to be kept up to date with the CloudEvents spec.

The SDKs are community driven activities and are (somewhat) distinct from the
CloudEvents specification itself. In other words, while ideally the SDKs are
expected to keep up with changes to the specification, it is not a hard
requirement that they do so. It will be continguent on the specific SDK's
maintainers to find the time.

## Contribution Acceptance

Being an open source community the CloudEvents team is open for new members as
Expand Down

0 comments on commit c48be59

Please sign in to comment.