Collaborate¶
Contributions are welcome! Here’s how to get started:
Fork the repository:
git clone https://github.com/APMaii/pygamlab.git
cd pygamlab
Create a feature branch:
git checkout -b feature/my-feature
Make your changes and commit:
git commit -am "Add some feature"
Push to your branch:
git push origin feature/my-feature
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.