Thank you for your interest in contributing!
- Check existing issues
- Create a new issue with details
- Include steps to reproduce
- Check existing discussions
- Create a feature request
- Explain the use case
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Commit with descriptive messages
- Push and submit a Pull Request
# Install dependencies
npm install
# Start development
npm run devBy contributing, you agree to license under MIT License.