Contributing

We welcome contributions of all kinds — code, documentation, bug reports, feature requests, and community support.

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a feature branch: git checkout -b feature/my-feature
  4. Make your changes
  5. Run tests: pnpm test
  6. Push and open a pull request

Development Setup

git clone https://github.com/servlyapp/servly-oss.git
cd servly-oss
pnpm install
pnpm dev

What We’re Looking For

  • Bug fixes with tests
  • Documentation improvements
  • New framework adapters
  • Performance optimizations
  • Accessibility improvements

Code of Conduct

We follow the Contributor Covenant. Please be respectful and constructive in all interactions.