From ed5e28836df2552b8607c3a4296e120a639f5320 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 14 Sep 2023 17:24:42 +0000 Subject: [PATCH] Proposed alignment of SDK governance files Signed-off-by: Doug Davis --- docs/SDK-GOVERNANCE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/SDK-GOVERNANCE.md b/docs/SDK-GOVERNANCE.md index 2cdb232e0..75a3278aa 100644 --- a/docs/SDK-GOVERNANCE.md +++ b/docs/SDK-GOVERNANCE.md @@ -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`