From 13a1e0d411d1c5bdc1e7f52c1bfec64cf8c017f9 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 21 Sep 2023 17:00:20 +0000 Subject: [PATCH] Governance docs per CE PR 1226 Signed-off-by: Doug Davis --- MAINTAINERS.md | 9 +++++++++ OWNERS | 7 ------- README.md | 9 +++++++++ RELEASE.md => RELEASING.md | 0 4 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 MAINTAINERS.md delete mode 100644 OWNERS rename RELEASE.md => RELEASING.md (100%) diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..23e6f34 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,9 @@ +# Maintainers + +Current active maintainers of this SDK: + +- [William Lam](https://github.com/lamw) +- [Mark Peek](https://github.com/markpeek +- [Dimitar Milov](https://github.com/dmilov) +- [Michael Gasch](https://github.com/embano1) +- [Simeon Gerginov](https://github.com/SimeonGerginov) diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 15e8621..0000000 --- a/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -admins: -- lamw -- markpeek -- dmilov -- embano1 -- SimeonGerginov -approvers: diff --git a/README.md b/README.md index 5df8a0e..2be3c6c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PowerShell 7.0 SDK for CloudEvents based on [.NET SDK for CloudEvents](https://github.com/cloudevents/sdk-csharp) +Official CloudEvents SDK to integrate your application with CloudEvents. + ## Status Supported CloudEvents versions: @@ -186,3 +188,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.md b/RELEASING.md similarity index 100% rename from RELEASE.md rename to RELEASING.md