We welcome contributions of all kinds — code, documentation, bug reports, feature requests, and community support.
Getting Started
- Fork the repository on GitHub
- Clone your fork locally
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Run tests:
pnpm test - 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.