From 67c557b7b9adc77a05126664713fcd9c3c1a36ea Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:02:16 -0800 Subject: [PATCH 1/4] contributing --- CONTRIBUTING.md | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 151badfc..675e4af6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,18 +1,31 @@ # Contributing to Void - -Welcome! 👋 This is the official guide on how to contribute to Void. We want to make it as easy as possible to contribute, so if you have any questions or comments, reach out via email or discord! - - -If you'd like to get started developing Void, feel free to follow the steps below on building Void yourself and doing a PR. -Void's code mostly lives in `src/vs/workbench/contrib/void/` and `src/vs/platform/void/`. +### Welcome! 👋 +This is the official guide on how to contribute to Void. We want to make it as easy as possible to contribute, so if you have any questions or comments, reach out via email or discord! There are a few ways to contribute: -- ðŸ‘Ļ‍ðŸ’ŧ Build new features - see [Roadmap](https://github.com/orgs/voideditor/projects/2/views/3) and [Issues](https://github.com/voideditor/void/issues). +- ðŸ’Ŧ Build new features - see [Issues](https://github.com/voideditor/void/issues). - ðŸ’Ą Make suggestions in our [Discord](https://discord.gg/RSNjgaugJs). +### Codebase Guide + +We highly recommend reading [this](https://github.com/microsoft/vscode/wiki/Source-Code-Organization) article on VSCode's sourcecode organization. + +We are currently putting together our own articles on VSCode and Void's sourcecode organization. The best way to get this information right now is by attending a weekly meeting. + + + +For some miscellaneous useful links on VSCode we've put together, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md). + +Most of Void's code lives in the two folders called `void/`. + + + + ## Building Void ### a. Build Prerequisites - Mac @@ -121,20 +134,6 @@ Void's maintainers distribute Void on our website and in releases. If you'd like - Please don't use AI to write your PR 🙂 -## Codebase Guide - -We highly recommend reading [this](https://github.com/microsoft/vscode/wiki/Source-Code-Organization) article on VSCode's sourcecode organization. - -We are currently putting together our own articles on VSCode and Void's sourcecode organization. The best way to get this information right now is by attending a weekly meeting. - - - -For some miscellaneous useful links on VSCode we've put together, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md). - - - From 3e045117d6329b3de34fe53f35125872ca1f7940 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:11:57 -0800 Subject: [PATCH 2/4] contrib --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 675e4af6..7a8d81ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,9 @@ This is the official guide on how to contribute to Void. We want to make it as e There are a few ways to contribute: -- ðŸ’Ŧ Build new features - see [Issues](https://github.com/voideditor/void/issues). +- ðŸ’Ŧ Complete items on the [Roadmap](https://github.com/orgs/voideditor/projects/2). - ðŸ’Ą Make suggestions in our [Discord](https://discord.gg/RSNjgaugJs). +- ðŸŠī Start new Issues - see [Issues](https://github.com/voideditor/void/issues). From eec4f6c95e07a0c3edd0ce743660df86930fa4bb Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:18:04 -0800 Subject: [PATCH 3/4] email --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca38d5b7..f1594fd4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Void is the open-source Cursor alternative. -This repo contains the full sourcecode for Void. We are currently in [open beta](https://voideditor.com/) for Discord members (see the `announcements` channel), with a waitlist for our official release. If you're new, welcome! +This repo contains the full sourcecode for Void. We are currently in [open beta](https://voideditor.com/email) for Discord members (see the `announcements` channel), with a waitlist for our official release. If you're new, welcome! - 👋 [Discord](https://discord.gg/RSNjgaugJs) From 197067af5ac9de38f1932d942b3a303f991dcd21 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:19:13 -0800 Subject: [PATCH 4/4] contrib --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a8d81ac..c7ef8bae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,8 +20,6 @@ We are currently putting together our own articles on VSCode and Void's sourceco We wrote a [guide to working in VSCode]. --> -For some miscellaneous useful links on VSCode we've put together, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md). - Most of Void's code lives in the two folders called `void/`.