Collaborate¶

Contributions are welcome! Here’s how to get started:

  1. Fork the repository:

git clone https://github.com/APMaii/pygamlab.git
cd pygamlab
  1. Create a feature branch:

git checkout -b feature/my-feature
  1. Make your changes and commit:

git commit -am "Add some feature"
  1. Push to your branch:

git push origin feature/my-feature
  1. Open a Pull Request on GitHub.

Please follow PEP8 guidelines, write clear docstrings, and update tests when applicable. Join our [GAMLab community](https://github.com/APMaii/pygamlab) for discussions and questions.