From 6eafaac0c23bcda8a42db1905650982474166ae7 Mon Sep 17 00:00:00 2001 From: Richard Case Date: Wed, 10 Jul 2024 08:18:48 +0100 Subject: [PATCH] docs: update readme and contributing guide Signed-off-by: Richard Case --- CONTRIBUTING.md | 4 ++-- MAINTAINERS | 7 ++----- README.md | 4 ++++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb21cb56..fdaeb07a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If we have missed anything you think should be included, or if anything is not clear, we also accept contributions to this contribution doc :smile:. The list of maintainers can be found [here](MAINTAINERS). To reach out to the team -please join the [#liquid-metal][slack-channel] slack channel. +please join the [#liquidmetal][slack-channel] channel in the CNCF slack. Reading docs is often tedious, so we'll put our most important contributing rule right at the top: **Always be kind!** @@ -607,7 +607,7 @@ Contributors are also welcome to backfill ADRs if they are found to be missing. # :rocket: :tada: Thanks for reading! :tada: :rocket: [user-docs]: https://www.liquidmetal.dev/flintlock/ -[slack-channel]: https://weave-community.slack.com/archives/C02KARWGR7S +[slack-channel]: https://cloud-native.slack.com/archives/C07B5R5BLBZ [quick-start]: ./docs/quick-start.md [discussions]: https://github.com/liquidmetal-dev/flintlock/discussions [adr-template]: ./docs/adr/0000-template.md diff --git a/MAINTAINERS b/MAINTAINERS index 227f5d36..e699a731 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,5 +1,2 @@ -Richard Case (github: @richardcase) -Claudia Beresford (github: @Callisto13) -Josh Michielsen (github: @jmickey) -Balazs Nadasdi (github: @yitsushi) -Gergely Bräutigam (github: @Skarlso) +Richard Case (github: @richardcase) +Claudia Beresford (github: @Callisto13) diff --git a/README.md b/README.md index d3feed03..21a8cbf3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ The table below shows you which versions of Firecracker are compatible with Flin [MPL-2.0 License][license] +## Acknowledgements + +The biggest acknowledgement goes to @Weaveworks who where pioneers in the early Kubernetes world and produced some fantastic open source that lives on despite the demise of the company. A big thank you to the company and everyone that worked there. It was the engineers at Weaveworks that originally created Liquid Metal. RIP Weaveworks. + [quickstart]: https://www.liquidmetal.dev [contrib]: ./CONTRIBUTING.md [coc]: ./CODE_OF_CONDUCT.md