Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.38 KB

File metadata and controls

66 lines (45 loc) · 2.38 KB

Contributing to ADP

Thank you for your interest in the Agent Decision Protocol! ADP is an open standard and we welcome contributions from the community.

How to Contribute

Reporting Issues

Contributing Code or Documentation

  1. Fork the repository
  2. Create a branch (git checkout -b feature/my-contribution)
  3. Make your changes following our guidelines below
  4. Test your changes
  5. Commit with a clear message (git commit -m "Add: description of change")
  6. Push to your fork (git push origin feature/my-contribution)
  7. Open a Pull Request with a clear description of what you changed and why

Contribution Guidelines

For specification changes (docs/specs/)

  • Maintain backward compatibility when possible
  • Include rationale for any new classification, level, or category
  • Map new features to existing regulatory frameworks where applicable
  • Update the regulatory mapping document (06-regulatory-mapping.md) if your change affects compliance
  • Use the existing JSON Schema format for any new data structures

For examples (examples/)

  • Keep examples self-contained and copy-pasteable
  • Use realistic but fictional data
  • Include comments explaining key fields
  • Validate against the JSON schemas

For documentation

  • Write in clear, accessible language
  • Provide context for technical decisions
  • Include both English and French versions when possible (the standard targets international adoption with strong Quebec/Canadian roots)

Commit Message Format

Add: new feature or content
Fix: bug fix or correction
Update: improvement to existing content
Docs: documentation-only change
Refactor: structural change without functionality change

Code of Conduct

All contributors are expected to follow our Code of Conduct.

Questions?

Open a Discussion for general questions, or reach out at gouvernance.ai.

License

By contributing, you agree that your contributions will be licensed under the Apache 2.0 License.