Contributions are welcome!
- Fork this repository
- Create a feature branch (
git checkout -b my-feature) - Make your changes
- Ensure tests pass
- Commit your changes (
git commit -m 'Add my feature') - Push to your branch (
git push origin my-feature) - Open a Pull Request
- Keep changes focused and minimal
- Add tests for new functionality
- Follow existing code style
- Update documentation if needed