Skip to content

Commit

Permalink
Proposed alignment of SDK governance files
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
Doug Davis committed Sep 14, 2023
1 parent 2d64459 commit ed5e288
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/SDK-GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ The community is organized as follows:
[cloudevents/sdk-go project](https://github.com/cloudevents/sdk-go)
- The union of all the `sdk-*-maintainers` assembles the _sdk maintainers_ group

## SDK Repository Requirements

Each SDK must include the following:
- a pointer to it's github repo from the CloudEvents [README.md](README.md)
file
- a README.md file with at least the following information:
- a description of the SDK
- a "Community" section with information about how to participate and
what communication channels are available
- references to the other required files for easy discovery
- a MAINTAINERS.md file that lists the current set of maintainers
- a CONTRIBUTING.md file that describes how/where to open issues and change
requests
- a LICENSE file
- a RELEASING.md file that describes the process for when and how new releases
are created

## New SDKs

To propose a new SDK for the community, a PR should be opened in the `spec`
Expand Down

0 comments on commit ed5e288

Please sign in to comment.