Contributing - KunjShah01/RL-A2A GitHub Wiki
Contributing
We welcome contributions from both beginners and experts!
How to Contribute
- Fork the repository
- Create a new branch for your feature or bugfix.
- Write code and tests following the project's coding standards.
- Submit a Pull Request with a clear description.
Guidelines
- Follow PEP8 and use type annotations.
- Document new features and update the wiki if needed.
- Add or update tests in
tests/
.
Reporting Issues
- Use the Issues page.
- Include steps to reproduce and relevant logs or screenshots.
For detailed guidelines, see CONTRIBUTING.md
if available.
Thank you for helping improve RL-A2A!