Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 881 Bytes

File metadata and controls

39 lines (27 loc) · 881 Bytes

Contributing to Agent Autonomous Engine

Thank you for your interest in contributing! This document provides guidelines for contributing to the project.

Code of Conduct

  • Be respectful and inclusive
  • Welcome newcomers
  • Focus on constructive feedback

Development Setup

  1. Fork the repository
  2. Clone your fork
  3. Create a virtual environment
  4. Install dependencies: pip install -r requirements.txt
  5. Make your changes
  6. Test thoroughly
  7. Submit a pull request

Contribution Guidelines

  • Follow PEP 8 style guide
  • Add type hints where appropriate
  • Write clear docstrings
  • Update documentation for new features
  • Add tests for new functionality

Pull Request Process

  1. Update README.md if needed
  2. Update CHANGELOG.md with your changes
  3. Ensure all tests pass
  4. Request review from maintainers

Questions?

Open an issue or start a discussion!