Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 811 Bytes

File metadata and controls

20 lines (15 loc) · 811 Bytes

Contributing

Thanks for your interest in contributing to the UAOL / Orchastra specification.

How to contribute

  1. Open an issue describing the change (spec clarification, schema addition, example fix).
  2. Fork and create a feature branch.
  3. For schemas, include matching examples under examples/ and validate locally (see tools/schema-validation.md).
  4. Open a PR referencing the issue.

Style

  • Markdown: wrap lines reasonably, use fenced code blocks.
  • JSON Schemas: JSON Schema 2020-12; include $id, $schema, title, description.
  • Examples: minimal but complete; adhere to CloudEvents v1.0 attributes where applicable.

Licensing

By contributing, you agree your contributions are licensed under the Apache-2.0 License.

Code of Conduct

Please read and follow CODE_OF_CONDUCT.md.