From 7578f8f02bc7054d6dd2d547c9e027c57c89a9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 30 May 2024 09:30:44 -0400 Subject: [PATCH 1/2] docs: add a thank you for our contributors & a special note for Drummy (#2185) Co-authored-by: John Dietz --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e47e03191..92b99cf3e 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,11 @@ In beta: Feed K-Ray a GitHub star ⭐ above to bookmark our project and keep K-Ray happy!! [![Star History Chart](https://api.star-history.com/svg?repos=kubefirst/kubefirst&type=Date)](https://star-history.com/#kubefirst/kubefirst&Date) + +## Contributions + +We want to thank all of our contributors who created a pull request to fix a bug, add a new feature or update the [documentation](https://github.com/kubefirst/docs/). We also value a lot contributions in the form of bug reporting or feature requests: it helps us continuously make kubefirst better. Lastly, helping the users in our Slack community, or helping us share the love on social media are also ways in which you support us tremendously. We know your time is valuable, and we can't thank you enough for everything you do: we wouldn't be where we are without you! + +A special thanks to [DrummyFloyd](https://github.com/DrummyFloyd) who, in addition to adding support for k3s, is a champion all around within our community and the kubefirst project 🫶 + +If you want to help in any capacity, check [CONTRIBUTIONS.md](CONTRIBUTIONS.md). From 31c787c9936ae5ff5a38b0116c649ee237aed7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 30 May 2024 09:37:19 -0400 Subject: [PATCH 2/2] docs: fix a typo (#2186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b99cf3e..f82f1775f 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ We want to thank all of our contributors who created a pull request to fix a bug A special thanks to [DrummyFloyd](https://github.com/DrummyFloyd) who, in addition to adding support for k3s, is a champion all around within our community and the kubefirst project 🫶 -If you want to help in any capacity, check [CONTRIBUTIONS.md](CONTRIBUTIONS.md). +If you want to help in any capacity, check [CONTRIBUTING.md](CONTRIBUTING.md).