Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.41 KB

File metadata and controls

61 lines (42 loc) · 1.41 KB

Contributing to Entity Discovery Protocol

Thank you for your interest in contributing to EDP!

Ways to Contribute

Specification Feedback

  • Clarity: Are any sections confusing?
  • Completeness: Are there missing use cases?
  • Feasibility: Are any requirements impractical?

Open an issue with the spec-feedback label.

Examples

Add examples for new use cases. Submit a PR to examples/.

Implementation Reports

If you've implemented EDP, share your experience via an issue with the implementation-report label.

Contribution Process

For Spec Changes

  1. Open an issue first describing the proposed change
  2. Wait for maintainer feedback
  3. If approved, submit a PR
  4. Address review comments

For Examples/Docs

  1. Fork the repository
  2. Create a branch
  3. Make changes
  4. Submit a PR

Style Guidelines

Markdown

  • Use ATX-style headers (#, ##)
  • Use fenced code blocks with language identifiers
  • One sentence per line

JSON

  • 2-space indentation
  • Double quotes for strings
  • No trailing commas

Code of Conduct

  • Be respectful and inclusive
  • Focus on constructive feedback
  • Accept different viewpoints gracefully

Report issues to the maintainers via GitHub.

Questions?

  • General questions: Open a discussion
  • Security issues: See SECURITY.md

License

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