mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
contrib
This commit is contained in:
parent
aa2394e207
commit
6970ec9fd2
1 changed files with 17 additions and 6 deletions
|
|
@ -8,8 +8,8 @@ There are a few ways to contribute:
|
|||
|
||||
- 👨💻 Build new features - see [Issues](https://github.com/voideditor/void/issues).
|
||||
- 💡 Make suggestions 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.
|
||||
|
||||
If you'd like to get started developing Void, feel free to follow the steps below to build Void and do PRs.
|
||||
Void's code mostly lives in `src/vs/workbench/contrib/void/` and `src/vs/platform/void/`.
|
||||
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ workspace/
|
|||
```
|
||||
|
||||
### Distributing
|
||||
We have a few scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, and `Linux folder -> appimage` for distribution. Let us know if you'd like access to them.
|
||||
Void's maintainers distribute Void on our website and in releases. If you'd like to see the scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, and `Linux folder -> appimage` for distribution, feel free to reach out.
|
||||
|
||||
## Pull Request Guidelines
|
||||
|
||||
|
|
@ -121,6 +121,21 @@ We have a few scripts to convert `Mac .app -> .dmg`, `Windows folder -> .exe`, a
|
|||
- 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.
|
||||
|
||||
<!-- ADD BLOG HERE
|
||||
We wrote a [guide to working in VSCode].
|
||||
-->
|
||||
|
||||
For some misc useful links on VSCode we've put together, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
# Relevant files
|
||||
|
||||
|
|
@ -149,7 +164,3 @@ Edit: far too many changes to track... this is old
|
|||
- vscode.proposed.editorInsets.d.ts - not modified, but code copied
|
||||
|
||||
-->
|
||||
|
||||
## References
|
||||
|
||||
For some useful links we've compiled on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md).
|
||||
|
|
|
|||
Loading…
Reference in a new issue