Community

Comments and feedback

Share a use case, propose a specification improvement, suggest an adapter, or describe an enterprise semantic modeling challenge. Feedback is opened as a prefilled GitHub issue so it is visible and trackable in the project repository.

Other ways to contribute

Use GitHub for trackable project discussion

For bugs, feature requests, and implementation proposals, GitHub issues and pull requests are the best place to keep context visible.

Report an issue

Describe the behavior, expected result, and the relevant YAML, command, or generated artifact.

Open issue

Propose a spec change

Explain the object type, field, validation rule, or extension model you want to add or change.

Start proposal

Send a pull request

Add examples, templates, generators, docs, tests, or adapter improvements with clear verification steps.

Open pull requests

Page comments

Discuss this project through GitHub-backed comments

These comments are powered by GitHub Issues. They appear on this page, but the discussion lives in the repository for transparency and follow-up.

If the comment box does not appear, install and enable the Utterances GitHub app for `vkondepati/semantics-as-code`.

Useful context

Commands to include in feedback

semantics validate examples/supply-chain
semantics lint examples/supply-chain
semantics generate examples/supply-chain --target html --output dist/html
python -m pytest
Top