Contributing

Help improve the Agentic Cognitive Governance Protocol!


Ways to Contribute

Report Bugs

Found an issue? Open a bug report

Suggest Features

Have an idea? Open a feature request

Improve Documentation

Documentation can always be better. Submit PRs for: - Typo fixes - Clarifications - New examples - Tutorial improvements

Contribute Code

Submit pull requests for: - Bug fixes - New features - Performance improvements - Test coverage

Write Examples

Share your ACGP implementations and use cases

Help Others

Answer questions on Discord and GitHub Discussions


Getting Started

1. Fork the Repository

git clone https://github.com/YOUR_USERNAME/acgp.git
cd acgp

2. Create a Branch

git checkout -b feature/your-feature-name

3. Make Changes

Follow our coding standards and add tests.

4. Submit PR

Push your branch and open a pull request.


Development Setup

# Install dependencies
pip install -r requirements-dev.txt

# Run tests
pytest

# Run linter
flake8

# Build docs
mkdocs build

Code Style

  • Follow PEP 8 for Python
  • Use meaningful variable names
  • Add docstrings
  • Write tests for new features

Pull Request Process

  1. Update documentation if needed
  2. Add tests for new features
  3. Ensure all tests pass
  4. Update CHANGELOG.md
  5. Request review from maintainers

Community Guidelines

Please read our Code of Conduct before contributing.


Questions?


Contributors

Thank you to all contributors!

Contributors

Want to see your name here? Start with a small contribution:

  1. Fix a typo in the docs
  2. Add a code example
  3. Improve an error message
  4. Write a test case

Every contribution counts!


Code of Conduct Roadmap