Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 887 Bytes

File metadata and controls

36 lines (25 loc) · 887 Bytes

Contributing to Solblade

Thanks for your interest in contributing.

Getting Started

git clone https://github.com/nullxnothing/solblade.git
cd solblade
bun install
bun run dev

Pull Requests

  1. Fork the repo and create a branch from main
  2. Keep changes focused — one feature or fix per PR
  3. Make sure bun run build passes before submitting
  4. Write a clear PR description explaining what changed and why

Issues

  • Use the bug report template for bugs
  • Use the feature request template for ideas
  • Search existing issues before opening a new one

Code Style

  • TypeScript with strict mode
  • Descriptive variable names
  • Functions under 30 lines where possible
  • Guard clauses over deep nesting

Security

If you find a security vulnerability, do not open a public issue. See SECURITY.md for responsible disclosure instructions.