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