From 1640b4c4333f0684d541e6bad3dd20a0cb02a805 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Tue, 24 Jun 2025 11:40:06 +1000 Subject: [PATCH] docs: mention github discussions for help in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ce48eca..1535aa0e 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ complexity of Kubernetes. * **Remote management**: Control your entire infrastructure through SSH access to any single machine in the cluster. ### 🚀 Coming soon + * **[Unregistry](https://github.com/psviderski/unregistry) integration**: Push your Docker images directly to your machines without an external registry. It will transfer only the missing layers, making it fast and efficient. @@ -283,8 +284,11 @@ and there may be breaking changes between releases. We'd love your input! Here's how you can contribute: * 🐛 Found a bug? [Open an issue](https://github.com/psviderski/uncloud/issues) -* 💡 Have ideas or need help? [Join our Discord community](https://discord.gg/eR35KQJhPu) where we discuss features, - roadmap, implementation details, and help each other out. +* 💡 Have questions, ideas, or need help? + * Start a discussion or join an existing one in + the [Discussions](https://github.com/psviderski/uncloud/discussions). + * Join our [Discord community](https://discord.gg/eR35KQJhPu) where we discuss features, roadmap, implementation + details, and help each other out. ## 🙏 Inspiration & Acknowledgements