Skiv
Browse documentation

Documentation

Contributing

Build Skiv from source and contribute changes.

Skiv is open source and welcomes contributions of every size, from documentation fixes to new extensions. Start by building the editor locally.

Build from source

bash
git clone https://github.com/skiv-dev/skiv.git
cd skiv
pnpm install
pnpm dev

Ways to contribute

  • Report bugs and suggest improvements with clear reproduction steps.
  • Improve the documentation you're reading now.
  • Build a language, theme, or database extension.
  • Help triage issues and review open pull requests.

Guidelines

Keep changes focused, add tests where it makes sense, and describe the motivation in your pull request. Small, reviewable commits land fastest.