Skip to content

Commit

Permalink
Merge pull request #1226 from duglin/SDKs
Browse files Browse the repository at this point in the history
Proposed alignment of SDK governance files
  • Loading branch information
duglin authored Sep 21, 2023
2 parents 2d64459 + 24511af commit 755e458
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 its 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 things like the communication
channels that are available, regular meeting information, ...
- 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 755e458

Please sign in to comment.