First off, thanks for taking the time to contribute! 🎉
- Fork the repository
- Clone your fork
- Create a new branch
- Make your changes
- Run tests
- Submit a PR
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Run tests
pnpm test
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🎨 UI/UX enhancements
- ⚡ Performance improvements
We use Conventional Commits:
feat:
New featuresfix:
Bug fixesdocs:
Documentationstyle:
Code stylerefactor:
Code refactoringtest:
Testingchore:
Maintenance
- Update documentation
- Add tests if needed
- Ensure CI passes
- Get review from maintainers
- Merge! 🎉
Please read our Code of Conduct.
Open an issue or join our Discord community.
Happy coding! 🚀