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)