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