From b2ba634cc47f707481260664e2d3d4c47d8fc95c Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:05:55 -0700 Subject: [PATCH] Update HOW_TO_CONTRIBUTE.md --- HOW_TO_CONTRIBUTE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HOW_TO_CONTRIBUTE.md b/HOW_TO_CONTRIBUTE.md index acec694d..2544c14d 100644 --- a/HOW_TO_CONTRIBUTE.md +++ b/HOW_TO_CONTRIBUTE.md @@ -14,6 +14,12 @@ There are a few ways to contribute: We [highly recommend reading this](https://github.com/voideditor/void/edit/main/VOID_USEFUL_LINKS.md) guide that we put together on Void's sourcecode if you'd like to contribute! +The repo is not as intimidating as it first seems if you read the guide! + +Most of Void's code lives in the folder `src/vs/workbench/contrib/void/`. + + + ## Building Void