Thanks for considering contributing! Please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/your-feature-name. - Commit your changes:
git commit -m "Add some feature". - Push to the branch:
git push origin feature/your-feature-name. - Open a Pull Request on GitHub and describe your changes clearly.
Please ensure your code follows existing style and you add meaningful commit messages.