# Contributing Guide for G-Transformer 1. Fork the repository. 2. Create a new branch: `git checkout -b feature-`. 3. Implement your feature or fix. 4. Test locally: `pytest` or `python test_inference.py`. 5. Commit with clear message: `feat: add IA-Attention optimization`. 6. Push and create Pull Request. Your contributions help expand open research on information-based AI models.