Contributing - KunjShah01/RL-A2A GitHub Wiki

Contributing

We welcome contributions from both beginners and experts!

How to Contribute

  1. Fork the repository
  2. Create a new branch for your feature or bugfix.
  3. Write code and tests following the project's coding standards.
  4. 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!