From 04fd13f473b674bc398865eabf75de186f342de2 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:21:57 -0700 Subject: [PATCH 1/2] Update CONTRIBUTING.md Clarifications in contributing --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e555820..d81ad16d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ For some useful links we've compiled see [`VOID_USEFUL_LINKS.md`](https://github ## 1. Building the Extension -Here's how you can start contributing to the Void Extension, where much of our code lives right now: +Here's how you can start contributing to the Void extension. This is where most of Void's code lives, and it's where you should get started if you're new. 1. Clone the repository: @@ -26,10 +26,10 @@ Here's how you can start contributing to the Void Extension, where much of our c git clone https://github.com/voideditor/void ``` -2. Open the extension folder in VS Code (open it in a new workspace, *don't* just cd into it): +2. Open the folder `/extensions/void` in VS Code (open it in a new workspace, *don't* just cd into it): ``` -/extensions/void +open /extensions/void ``` 3. Install dependencies: From 3959953d9847f89e616c4e24ec5352756a9938b4 Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:47:22 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae42995b..c1ca29c9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Void is the open-source Cursor alternative. -If you're new, welcome! Feel free to check out our [Task board](https://github.com/orgs/voideditor/projects/2/views/3) for the most pressing Issues to work on, and see [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md) to get started with the build environment. +If you're new, welcome! Feel free to check out our [Project board](https://github.com/orgs/voideditor/projects/2/views/3) for the most pressing Issues to work on, and see [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md) to get started with the build environment. This repo contains the full sourcecode for Void. We have a [waitlist](https://voideditor.com/email) for downloading the official release, but you can build and develop Void right now.