From 3eefeb1378f85f01fec8370b42a8a45cae878f4a Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Thu, 21 Sep 2023 17:07:27 +0000 Subject: [PATCH] Governance docs per CE PR 1226 Signed-off-by: Doug Davis --- MAINTAINERS.md | 8 ++++++++ OWNERS | 6 ------ README.md | 7 +++++++ 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 MAINTAINERS.md delete mode 100644 OWNERS diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 000000000..b00055500 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,8 @@ +# Maintainers + +Current active maintainers of this SDK: + +- [Michael Gasch](https://github.com/embano1) +- [Lionel Villard](https://github.com/lionelvillard) +- [Doug Davis](https://github.com/duglin) +- [Sasha Tkachev](https://github.com/sasha-tkachev) diff --git a/OWNERS b/OWNERS deleted file mode 100644 index 907e7bb66..000000000 --- a/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -admins: -- duglin -- sasha-tkachev -- lionelvillard -- embano1 -approvers: diff --git a/README.md b/README.md index 7ec1ba42e..b704cfe0c 100644 --- a/README.md +++ b/README.md @@ -152,3 +152,10 @@ 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)