We welcome contributions to enhance the project! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/YourFeatureName
- Open a Pull Request.
Please ensure your code adheres to our coding standards and includes relevant tests.