Contributing Guidelines
Contributions to the project are welcome! If you’d like to contribute, please follow the standard GitHub workflow:
Fork the repository.
Create a new branch (git checkout -b feature/improvement).
Make your changes and commit them (git commit -am ‘Add new feature’).
Push to the branch (git push origin feature/improvement).
Create a new Pull Request.