Contributing
Contributions are welcome! Please follow these steps:
Fork the repository.
Create a feature branch (
git checkout -b feature-name).Commit your changes (
git commit -m 'Add some feature').Push to the branch (
git push origin feature-name).Open a Pull Request.
Last updated