mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Merge pull request #386 from voideditor/model-selection
HOW_TO_CONTRIBUTE
This commit is contained in:
commit
5da0e4821f
2 changed files with 6 additions and 2 deletions
|
|
@ -20,9 +20,13 @@ We wrote a [guide to working in VSCode].
|
|||
|
||||
Most of Void's code lives in the folder `src/vs/workbench/contrib/void/`.
|
||||
|
||||
Here are a few pictures on how our code is organized:
|
||||
|
||||
|
||||
|
||||
Feel free to ask us any clarifying questions in our Discord!
|
||||
|
||||
|
||||
## Building Void
|
||||
|
||||
### a. Build Prerequisites - Mac
|
||||
|
|
@ -15,7 +15,7 @@ This repo contains the full sourcecode for Void. We are currently in [open beta]
|
|||
|
||||
- 👋 [Discord](https://discord.gg/RSNjgaugJs)
|
||||
|
||||
- 🔨 [Contribute](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md)
|
||||
- 🔨 [Contribute](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md)
|
||||
|
||||
- 🚙 [Roadmap](https://github.com/orgs/voideditor/projects/2)
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ This repo contains the full sourcecode for Void. We are currently in [open beta]
|
|||
|
||||
1. Feel free to attend a weekly meeting in our Discord channel if you'd like to contribute!
|
||||
|
||||
2. To get started working on Void, see [Contributing](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md).
|
||||
2. To get started working on Void, see [Contributing](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md).
|
||||
|
||||
3. We're open to collaborations and suggestions of all types - just reach out.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue