Contributing¶
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/FeatureName
) - Commit your changes (
git commit -m 'Add some FeatureName'
) - Push to the branch (
git push origin feature/FeatureName
) - Open a Pull Request
Please ensure that your code passes all tests and adheres to our code style guidelines (enforced by pre-commit hooks) before submitting a pull request.