From 2085b7f24b41d562f706323968b7eff9f1763247 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 21 Sep 2023 18:04:07 +0000 Subject: [PATCH] Governance docs per CE PR 1226 Signed-off-by: Doug Davis --- MAINTAINERS.md | 9 +++++++++ README.md | 7 +++++++ RELEASE_GUIDELINES.md => RELEASING.md | 0 3 files changed, 16 insertions(+) create mode 100644 MAINTAINERS.md rename RELEASE_GUIDELINES.md => RELEASING.md (100%) diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..d68d8ba --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,9 @@ +# Maintainers + +Current active maintainers of this SDK: + +- [Lance Ball](https://github.com/lance) +- [Daniel Bevenius](https://github.com/danbev) +- [Lucas Holmquist](https://github.com/lholmquist) +- [Fabio Jose](https://github.com/fabiojose) +- [Helio Frota](https://github.com/helio-frota) diff --git a/README.md b/README.md index 30653da..c69f557 100644 --- a/README.md +++ b/README.md @@ -258,3 +258,10 @@ how SDK projects are for how PR reviews and approval, and our [Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information) information. + +## Additional SDK Resources + +- [List of current active maintainers](MAINTAINERS.md) +- [How to contribute to the project](CONTRIBUTING.md) +- [SDK's License](LICENSE) +- [SDK's Release process](RELEASING.md) diff --git a/RELEASE_GUIDELINES.md b/RELEASING.md similarity index 100% rename from RELEASE_GUIDELINES.md rename to RELEASING.md