Thank you for your interest in contributing!
- Fork the repository
- Clone your fork locally
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Test your changes
- Commit:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
- Follow existing code patterns
- Write clear commit messages
- Add tests for new features
- Update documentation as needed
- Check existing issues before creating new ones
- Use issue templates when available
- Provide clear reproduction steps for bugs
Open an issue with the "question" label.