Contributing Guidelines

Contributions to the project are welcome! If you’d like to contribute, please follow the standard GitHub workflow:

  1. Fork the repository.

  2. Create a new branch (git checkout -b feature/improvement).

  3. Make your changes and commit them (git commit -am ‘Add new feature’).

  4. Push to the branch (git push origin feature/improvement).

  5. Create a new Pull Request.