From b53e5d488687e46dadb11ff381a407f17b9b81b5 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:45:37 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 015b5a1e..4772ed14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,16 +4,14 @@ Welcome! 👋 This is the official guide on how to contribute to Void. We want t There are a few ways to contribute: -- Suggest New Features ([Discord](https://discord.gg/RSNjgaugJs)) -- Build New Features ([Project](https://github.com/orgs/voideditor/projects/2/views/3)) -- Submit Issues/Docs/Bugs ([Issues](https://github.com/voideditor/void/issues)) +- 👨‍💻 Refer to our [Issues](https://github.com/voideditor/void/issues) page for the latest issues! +- 💡 Suggest New Features in our [Discord](https://discord.gg/RSNjgaugJs). +- ⭐️ If you want to build your AI tool into Void, feel free to get in touch! It's very easy to extend Void, and the UX you create will be much more natural than a VSCode Extension. Most of Void's code lives in `src/vs/workbench/contrib/void/browser/` and `src/vs/platform/void/`. ## Roadmap -- Refer to our [Issues](https://github.com/voideditor/void/issues) page for the latest issues! -- ⭐️ If you want to build your AI tool into Void, feel free to get in touch! It's very easy to extend Void, and the UX you create will be much more natural than a VSCode Extension.