mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
16 lines
712 B
Markdown
16 lines
712 B
Markdown
|
|
# Contributing
|
||
|
|
If you are interested in contributing to SQLSeal, thank you! SQLSeal is a side project developed out of passion and it's always great to get more hands on-board.
|
||
|
|
|
||
|
|
There are many ways you can contribute!
|
||
|
|
|
||
|
|
## Non-code contributions
|
||
|
|
You can help SQLSeal by [finding bugs](./reporting-bugs) or [expanding our Demo Vault](../demo-vault#Contributing). See the relevant pages for more information about that.
|
||
|
|
|
||
|
|
# Dev contributions
|
||
|
|
If you can code, you might be able to help us develop the plugin further. SQLSeal uses the following stack:
|
||
|
|
- TypeScript
|
||
|
|
- SQLite (compiled to WebAssembly)
|
||
|
|
- ESBuild
|
||
|
|
- PNPM
|
||
|
|
|
||
|
|
If you decide to contribute, let's see [Project Architecture](./project-architecture) for more info.
|