Thanks for your interest in contributing.
git clone https://github.com/nullxnothing/solblade.git
cd solblade
bun install
bun run dev- Fork the repo and create a branch from
main - Keep changes focused — one feature or fix per PR
- Make sure
bun run buildpasses before submitting - Write a clear PR description explaining what changed and why
- Use the bug report template for bugs
- Use the feature request template for ideas
- Search existing issues before opening a new one
- TypeScript with strict mode
- Descriptive variable names
- Functions under 30 lines where possible
- Guard clauses over deep nesting
If you find a security vulnerability, do not open a public issue. See SECURITY.md for responsible disclosure instructions.