diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 00000000..468c43ed --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,8 @@ +# Maintainers + +Current active maintainers of this SDK: + +- [Jim Crossley](https://github.com/jcrossley3) +- [Linus Basig](https://github.com/linuxbasic) +- [Francesco Guardiani](https://github.com/slinkydeveloper) +- [Fabrizio Lazzaretti](https://github.com/Lazzaretti) diff --git a/README.md b/README.md index 6d6346c2..6cba758b 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,6 @@ Checkout the examples using our integrations to learn how to send and receive ev * [Warp Example](example-projects/warp-example) * [NATS Example](example-projects/nats-example) -## Development & Contributing - -If you're interested in contributing to sdk-rust, look at [Contributing documentation](CONTRIBUTING.md) - ## Community - There are bi-weekly calls immediately following the @@ -102,3 +98,10 @@ information. [Docs badge]: https://docs.rs/cloudevents-sdk/badge.svg [docs.rs]: https://docs.rs/cloudevents-sdk [feature flag]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section + +## 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/RELEASING.md b/RELEASING.md new file mode 100644 index 00000000..a0990367 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1 @@ +TBD