h-sphere_sql-seal/docs/contributing/get-started.md

16 lines
712 B
Markdown
Raw Permalink Normal View History

2025-01-15 14:30:09 +00:00
# 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.